Is there a way to start the flash player (or program) in full screen through the shortcut target command?

4

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

Dennis

Posted 2011-02-11T18:20:04.677

Reputation:

I think the OP does not intent to code but just to force fullscreen. I think he's expecting something like "press Alt+Enter to get fullscreen". To my understanding, it's not possible in Flash Player to do something like this. Why don't you try to just zoom using your browser? – Metafaniel – 2017-06-15T15:40:08.217

stage.displayState = "fullScreen"; inside your flash app will do it – None – 2011-02-11T20:36:40.383

This will only work for local content. http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Stage.html#displayState

– None – 2011-02-12T09:55:07.933

Are we dealing with AS2 or AS3 here? – None – 2011-02-15T01:08:50.143

No answers