PDA

View Full Version : Full screen mode


jolietjake
11-18-2002, 09:15 AM
Hello, here's a problem. I have a Flash element, and it's needed to run on full screen mode.

So, it's there any function that puts the navigator in full screen mode, then starts the flash, and when the animation ends, puts the navigator in normal mode?

Thanks

beetle
11-18-2002, 06:58 PM
the fullscreen window mode can only be enacted at the time of window creation [i.e: window.open('flash.htm','','fullscreen=1');] and cannot be changed/disabled...just closed. That ok with you?