actionscript 3 - Fullscreen mode loaded when opening Flash Player -


is possible make flash player go full screen (not in browser)? there bug / error on different version of flash player?

hi!

stage.displaymode = stagedisplaystate.full_screen_interactive; 

available only in adobe air. allows listen keyboard events (meaning can type inside text boxes etc..)


stage.displaymode = stagedisplaystate.full_screen; 

available in as3 based flash file (starting flash 9) there no issue using it, except cannot use keybard.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -