tags:

views:

70

answers:

2
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