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

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