Flash has always supported the full-screen (full screen) and in stand-alone player to the projector. This mode is still fully supported and has not changed. Instead Adobe has recently introduced the ability to directly activate the full screen movies displayed in the browser. We have introduced a new and simple ActionScript function that works with both players stand-alone player with the browser. ed <embed> . To make the fullscreen fuzionante must operate side HTML, adding a new parameter allowFullScreen in TAG <object> and <embed> . Everything else is left to the internal engine of Flash.
This new feature has still some restrictions that you must know, first of all use of the Flash Player version 9.0.28.0 or higher. Moreover, in summary:
- Browser must be installed on the version of the Player 9.0.28.0 or higher
- e
<embed>. The developer must add a new parameterallowFullScreentag in<object>and<embed>. This parameter is normally set tofalseand does not allow fullscreen. To enable full screen you must explicitly set it totrue. - A dialog box will be shown when entering fullscreen mode and tell you how to get out of that mode. This box will be visible for a few seconds, after which he will disappear by itself.
- The activation of the fullscreen ActionScript can only be in response to a click of the mouse or the push of a button, any other mode will be ignored in ActionScript 2.0 and trigger an exception
throwin ActionScript 3.0. - During the fullscreen mode you can not use the keyboard. The end user can not enter or edit text. The only answer is given to the keyboard shortcut used to exit fullscreen mode (pressing
ESC)
ActionScript
The code required to set the fullscreen is very simple and uses the object Stage discussed in this blog StageExt Class: resizable Flash movies :
1 |






Latest Comments
Mark : @ Mark: Thanks for the answer. For example, if you have a code to save / use the folder ...
Mark : Thanks for the answer. For example, if you have a code to save / use the folder ...
Giovambattista Fazioli : @ Mark: in principle, absolutely, a lot depends on how and what to download. La. ..
Mark : Hello, good guide! I wanted to ask, you can use the same code to run a sql database? Instead of ...
Joseph : Hi I wanted to ask you how you can do in the post I uploaded a gallery of 50 images, for example, ...