Flash Slide Presentation full screen
- by Marco
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?