views:

1243

answers:

3

The fullscreen functionality for my Flash video player does not work in Flash player versions 9.0.47.0 and 9.0.28.0. It works on all other versions 9.0.115.0 and above. On clicking the fullscreen button, the function gets triggered but the video does not go fullscreen, it stretches inside the video player. Is there any additional handling required for Flash player 9.0.47.0 and 9.0.28.0 ? (flash code is in Actionscript 2)

+1  A: 

This may have to do with full-screen mode not being originally supported when wmode is opaque or transparent windowless; newer versions of the Flash Player (9.0.64 should be sufficient, 9.0.115 definitely is) fix this issue.

Also note that you must have version 9,0,115,0 or later for hardware-scaled full-screen mode.

euge1979
+1  A: 

Some 9.x version are very bugy. Check that your visitor has at least 9.0.115 - that's very stable version.

I recommend SWFObject for that. It embeds the SWF and also lets you specify which version is needed + there is an express install option.

monkee
+1  A: 

I think this is a bug of the flash player. We had a lot of problem with socket connections (loading the policy file) with flash player version under 9.0.115.

But, on our page we having just a few people using this old versions of the flash player, they are quite uncommon, most people have newer ones.

Hippo