placebo
11-23-2003, 05:57 PM
How can I make a flash file running on full screen? I meen that I don't want to see anything on my screen than the flash movie! Please help me!
mysticlighthouse
11-24-2003, 02:21 PM
I'm assuming you're not wanting this for the web, but rather as a projector file?
FSCommand("FullScreen", "true");
This will, of course, only work for projector files. Throw that in your actionscript on the first frame.