I am building my very first Flash Slide Presentation.
However, I would like to enable full screen when the presentation starts.
I placed:
fscommand("fullscreen", "true");
In the first layer, first frame, of the first slide.
And I use a .html file to launch to embed the .swf file.
However, when I open the .html, a popup appears saying:
“Adobe Flash Player has stopped a potentially unsafe operation.”
What am I doing wrong?
Flash has all kinds of permissions for everything. The first thing to check, since this is embedded in an html page, is that the object tag allows full screen.