PDA

View Full Version : Help Needed for Fullscreen


firefly
11-27-2007, 03:06 AM
Hi Friends,

I've just got my hand on FPP...I made a crude sample here:

http://www.virtualphilippines.net/Panoramas/Flash/2BRLiving.swf

But it seems the fullscreen function won't work? I have menuFullscreen.swf
in the subdirectory as evidently on the right-click menu...but it just won't work. Am I missing something? Above is the HTML-less version.

The HTML version on the other hand works fine:

http://www.virtualphilippines.net/Panoramas/Talon_Vision/stallion.html

Thanks in Advance! :-)

jlounds
11-27-2007, 10:25 AM
Flash Player disables fullscreen mode by default. In the HTML, the JavaScript line:

so.addParam("allowFullScreen","true");

enables it.

Hope that helps!

firefly
11-28-2007, 12:30 AM
So that means I really have to go via HTML in order to have fullscreen functionality? It's not possible to have an HTML-less fullscreen function
at all?

Thanks again.

jlounds
11-28-2007, 01:36 AM
As far as I can tell, yes.

However, for offline Flash player or projectors, it doesn't apply.

Here are more details:

http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html

Have fun!