Blu-ray SyncFrameAccurateAnimation positioning?
I am doing some work with Blu-ray, and though I have been able to figure out how to do a lot of things on my own, I have run into a problem with one thing: how to create a synchronized frame accurate animation that does not necessarily start at position 0,0 of the screen (the upper left corner)? I am using the PowerDVD 7.3 emulator, so there is a slight chance it is a bug in the player, but still:
When creating a new instance of a SyncFrameAccurateAnimation, there is no way to specify the location of the animation. And moving the animation around as if it were an AWT component has absolutely no effect: the coordinates are completely ignored.
What I'd like to do is create a small animation at the bottom right hand corner of the screen without reserving a huge chunk of space by passing in a Dimension object that covers the entire screen essentially since the origin is frozen at 0,0.
Please, if you can help me out, I'd really appreciate it. Thanks in advance.

