Tuesday, September 23, 2008

Few Steps to create FullScreen AIR Application

In AIR, We have a properties to create a application in full screen mode (without titlebar). Please follow the steps to create in your project.

1.) Open the projectname- app.xml file in the src folder, Add the "none" to the systemChrome
tag & Add the "false" to the transparent tag.

2.) Open the main application mxml file and add the propety called showFlexChrome="false"
to the main tag called .

mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" showFlexChrome="false" backgroundColor="white" alwaysInFront="true"











No comments: