
Video Player resize without re-instantiating
Hey all,
Is there a way to get the JW player to resize its dimensions without recalling the constructor? I have a situation where items in my "playlist" will possibly be changing aspect ratios (4:3 display to 16:9 display [widescreen]), and id like to accomplish this with the full display area settings i supply, without any black (background) area showing through. Changing the display area width and height after the player has been constructed causes a lot of visual bugs, and essentially crashes the player (renders it unusable).
How can I change the size of the player.swf object without restarting the whole MVC process from the beginning? Id like to be able to swap aspect rations from video file to video file without refreshing the page/player.
Thanks!