Hi Hissam,

You can easliy do it . The key point is you also need to modify your
html wrapper to enable full screen mode for flex apps. Take a look at
this

http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/

Regards

Subeesh
http://subeesh.co.nr

On Tue, Nov 4, 2008 at 10:08 AM, HISSAM <[EMAIL PROTECTED]> wrote:
> I tried this but its not working in both IE and firefox
>
> On Tue, Nov 4, 2008 at 9:41 AM, girish kumar <[EMAIL PROTECTED]> wrote:
>>
>> Hi Hissam,
>>
>> Use fscommand to make the browser window fullscreeen. on creation complete
>> event call the fullscreen method which makes the application to fullscreen.
>> import flash.system.fscommand;
>> public function fullScreen():void
>> {
>>         fscommand("fullscreen", "true");
>>  }
>>
>> regards
>> Girish
>>
>> On Mon, Nov 3, 2008 at 10:47 PM, HISSAM <[EMAIL PROTECTED]> wrote:
>>>
>>> hi Flexians,
>>>
>>>
>>>                         I want to maximize the browser(IE or Firefox-
>>> mozilla) like pressing the F11 when the
>>> project starts.
>>>
>>> I know this could be done but I dont know how.
>>> Has anyone done this before??
>>>
>>> Please help me guys,
>>> I'm in urgency!!
>>>
>>
>>
>>
>
>
>
> --
> -----------------------------
> Warm Regards,
>  HISSAM,
>  Soft Engg,
>  iThinkLabs Pvt Ltd.
>  India.
> website:http://www.ithink-labs.com
>            http://www.yureekah.com
> ------------------------------
>
> >
>

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