kokeefe
11-06-2006, 07:50 PM
I'm developing a CD that plays a lot of .flv videos. It loads the content path like so...
player.contentPath = "Pages" + "/" + curr + "/" + curr + "_movie.flv";
and this works fine.
BUT, when I play one .flv, then click off and play another (loading a different content path into the player) the video and the player shrink a little more. So if I keep playing different .flv's the vids keep getting smaller. I have no idea why. I've tried to set the autosize several different ways, and a few other things but nothing seems to work... Does anyone have any idea what the problem may be?
One more thing, it seems that one .flv file in particular sets the resizing into motion...so I recreated it and renamed it, but it still doesn't work. HELP!!!
player.contentPath = "Pages" + "/" + curr + "/" + curr + "_movie.flv";
and this works fine.
BUT, when I play one .flv, then click off and play another (loading a different content path into the player) the video and the player shrink a little more. So if I keep playing different .flv's the vids keep getting smaller. I have no idea why. I've tried to set the autosize several different ways, and a few other things but nothing seems to work... Does anyone have any idea what the problem may be?
One more thing, it seems that one .flv file in particular sets the resizing into motion...so I recreated it and renamed it, but it still doesn't work. HELP!!!