PDA

View Full Version : Strange flvplayer behavior in fullscreen mode


myksa
03-19-2009, 03:04 PM
Hi,

I've just observed some strange behavior of flvplayer. I'm playing some static movies over panorama.

When pano is in normal screen, video plays in my desired position and size, but when pano is in fullscreen mode, when I play video, video is stretching to fullscreen. When it finishes, video stops playing, but panorama is hidden, it's covered by a black screen, panorama shows again when I press ESC to escape fullscreen mode...

Does anyone spotted something like this? Does anyone have a solution to preserve video from being maximized in fullscreen mode?

Thanks in advance,

Myksa

Vincent Ogloblinsky
03-19-2009, 09:08 PM
I have occur this problem while developping an interface using an embed panorama and the standard FLVPlayback component of Flash.

There is a parameter called: fullScreenTakeOver

You need to put it false in order to disable the issue you have.

Open the flvplayer.fla with flash and add this line

player.fullScreenTakeOver = false;

Hopes this help you

Regards