FULLSCREEN FLASH

It’s good idea for the user perspective to display the flash player as entire computer screen to take advantage of the full screen mode in adobe flash player. It can help to display bigger elements of the developed application and its very user friendly view to take the better user experience in full screen mode.

Full Screen flash

We can open the flash client view into the Flash full screen using the different method in as2.0 and as3.0.

In as2.0 the display state property is used to set the full screen window of the application screen.

AS2.0 syntax:

Stage[“displayState”] = “fullScreen”;

or

Stage.displayState = “fullScreen”;

 

A complete tutorial example of as2.0 found on the adobe site and its link found below:

Flash Player Full Screen Mode

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *