Question

I have a standalone Flash application that has its own File menu. You double-click the .swf file to launch it. How do I make the standard Windows window (the blue bar with the minimize, maximize, close buttons, as well as the "File, View, Control, Help" Bar) disappear so that my flash app is "naked?"

I'm using Flash Player 10 with ActionScript 2.0

Was it helpful?

Solution 2

Looks like the best way to solve this is to just run it as a fullscreen app.

fscommand("fullscreen",1); 
fscommand("allowscale","true");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top