Articles tagged with: FullScreen
ActionScript 3.0, Adobe, Flash AS 3 »
In our community forum many people asked us info about the fullscreen feature, so following a quick sample to use it in Flash CS 3/4 and ActionScript 3.0.
To enabled / disable it you just need too:
1) Modify the displayState property to StageDisplayState.FULL_SCREEN costant to enable it, and to StageDisplayState.NORMAL to come back to “normal” modality
2) Enable the ‘allowfullscreen’ attribute in your html code
Click on the button below to try it:
This movie requires Flash Player 10
swfobject.embedSWF(”http://www.fabiobiondi.com/blog/wp-content/uploads/2009/08/fullscreenflcs4.swf”, “swf16491″, “400″, “120″, “10.0.0″, “”, {}, {wmode: “window”, menu: “false”, quality: “high”, bgcolor: “#FFFFFF”, allowFullScreen: “true”}, {});
Read …


