I have managed to dynamically create an FLVPlayback with AS3 that will dynamically load an flv file. However, I now receive the unwanted effect that when the video is loaded in, the skin of hte player scales down to fit the video. What I want it to do is scale the video to fit the skin’s screen, BUT to keep the aspect ratio of the flv.
So for instance, if I have a video that is 300x100 and my skin’s screen is 600x600, the video should scale up to 600x300 (not 600x600).
At the moment, with the same example, the video would stay at 300x100 and the skin would scale down to 300x100.
Thanks for any help!