I’m showing some video on my site. I’ve built a flash player that imports the video as the Flash video basic tutorials do’s here at gotoandlearn. I now want a fullscreen function, but I can’t get it to work.
I’ve tried every version of this code…
- Code: Select all
Stage.displayState = "fullScreen";
fscommand("fullscreen", "true");
But nothing is happening, no fullscreen! no errors! Am I missing something, do I need to import some class fore it to work, Pleas help!