Hi Cholid,

In the *-app.xml file in your AIR project you can set the below
properties to set the width and height of the application.
There by making it fullscreen.
                <!-- The window's initial width. Optional. -->
                <!-- <width></width> -->

                <!-- The window's initial height. Optional. -->
                <!-- <height></height> -->
You can get the screen resolution by using the following properties.

Capabilities.screenResolutionX - will give you horizontal resolution
and Capabilities.screenResolutionY -  will give you vertical
resolution.

Both of them are part of the package : flash.system.

Note that this won't automatically get updated, if the user changes
the resolution while running the AIR/Flex app.
This will give you the resolution at the time of launch of the
application.

Cheers,
Anoop PK

On Sep 22, 8:20 am, cholid ridwan <[email protected]> wrote:
> 1.how to make our AIR application is full screen without can interupt with
> any keys in keyboard?
> 2.how AIR read the resolution in monitor?
> thanks
> cholid_ridwan

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to