Flash Fullscreen code
Here’s a simple piece of code to enable fullscreen in Flash ActionScript.
Place on Frame 1 of Root.
fscommand (“fullscreen”, “true”)
fscommand (“allowscale”, “false”);
Here’s a simple piece of code to enable fullscreen in Flash ActionScript.
Place on Frame 1 of Root.
fscommand (“fullscreen”, “true”)
fscommand (“allowscale”, “false”);