Skip to main content
Inspiring
March 30, 2009
Answered

How to start in Full Screen mode

  • March 30, 2009
  • 2 replies
  • 2127 views
Hi. How can I make my flash site load in Full Screen mode by default (using Actionscript 3 in Flash CS4)?

Thanks
This topic has been closed for replies.
Correct answer Newsgroup_User
reindeer4,

> How can I make my flash site load in Full Screen mode
> by default (using Actionscript 3 in Flash CS4)?

The security features of Flash Player are specifically configured to
keep this from happening. The idea is to avoid someone being able to trick
the end user into thinking s/he is using a fullscreen app, or something
other than Flash. Note, for example, that unless you're developing for AIR,
full screen mode disables keyboard input:

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/StageDisplayState.html#FULL_SCREEN

Additional details available here:

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Stage.html#displayState


David Stiller
Co-author, ActionScript 3.0 Quick Reference Guide
http://tinyurl.com/dpsAS3QuickReferenceGuide
"Luck is the residue of good design."


2 replies

reindeer4Author
Inspiring
March 30, 2009
David,

I figured I'd just messed up the AS3 code somewhere. And I didn't know full screen took away the ability to register keyboard input either. Guess that would put a kink in playing flash games in full screen mode.


Thanks for the quick reply. You saved a relative newbie a great deal of frustration.
Newsgroup_UserCorrect answer
Inspiring
March 30, 2009
reindeer4,

> How can I make my flash site load in Full Screen mode
> by default (using Actionscript 3 in Flash CS4)?

The security features of Flash Player are specifically configured to
keep this from happening. The idea is to avoid someone being able to trick
the end user into thinking s/he is using a fullscreen app, or something
other than Flash. Note, for example, that unless you're developing for AIR,
full screen mode disables keyboard input:

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/StageDisplayState.html#FULL_SCREEN

Additional details available here:

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Stage.html#displayState


David Stiller
Co-author, ActionScript 3.0 Quick Reference Guide
http://tinyurl.com/dpsAS3QuickReferenceGuide
"Luck is the residue of good design."