PDA

View Full Version : full screen problems..


farmerjesus
03-05-2009, 11:23 PM
Hi, im prety new to actionscript and even newer to AIR..

Im trying to create an application that runs fullscreen fully interactive. When i publish it as an swf file it can do it no problem, using toggleFullScreen. However when i publish it as an AIR app it wont work anymore. Im guessing my actionscript is outdated or irrelevant..
Any help? Cheers

lucidmedia
03-10-2009, 06:08 PM
The command to set the main air window to fullscreen that I am using is:

stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;

note that to get a fullscreen window on OSX, you need to delay this call until after the air app opens. Otherwise, you will get fullscreen with menu bar.

farmerjesus
03-22-2009, 07:59 PM
That works great in AS3, problem is im using AS2! Any way to get AIR fullscreen using actionscript 2? cheers!

evride
03-22-2009, 08:44 PM
absolutely not. AIR isn't even available for AS2. wrong place wrong idea bud.