I am trying to start flash on start up in full screen. Are there any commands that i can execute in the shortcuts target path to tell the program to start in full screen? (Not maximized)

So something like this:

c:\program files\program\start.exe -fullscreen
link|improve this question
stage.displayState = "fullScreen"; inside your flash app will do it – www0z0k Feb 11 '11 at 20:36
This will only work for local content. livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/… – weltraumpirat Feb 12 '11 at 9:55
Are we dealing with AS2 or AS3 here? – greatdecay Feb 15 '11 at 1:08
feedback

migrated from stackoverflow.com Feb 18 '11 at 17:52

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown