Hi Vivian,

     try this out :
  In your <mx:WindowedApplication > add attribute
applicationComplete="fllScrn();" , and then write this function
fllScrn() in <mx:Script>. this will solve your problem.

private function fllScrn():void
                {

                        systemManager.stage.displayState =
flash.display.StageDisplayState.FULL_SCREEN_INTERACTIVE;
                }

 Cheers !!!

 Hardeep Thakur


On Oct 13, 9:39 am, "Vivian Richard" <[EMAIL PROTECTED]> wrote:
>         Hi I was wondering how can I make the AIR application window
>         full screen. I mean it is going to cover the whole monitor.
>         I tried it with width and height 100% but it did not work.
>         Please advice.

--~--~---------~--~----~------------~-------~--~----~
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