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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -