Adam Kiss
2010-02-02 15:28:56
A:
A:
In order to use Full Screen Mode, you have to use some javascript.
Adam Kiss' FlexExamples full-screen example shows you how to do it with Flex's older default javascript file. I'd recommend using fullscreen and SWFObject.
You basically have to set the a property on swf object embedded into html to true, using javascript:
allowFullScreen: true;
That's it!
viatropos
2010-02-03 11:03:36