Hi Vishal,

you need to use javascript to maximize your browser

function maximize() {
    window.moveTo(0,0)
    window.resizeTo(screen.availWidth, screen.availHeight)
}

And call this function at onLoad in your <body>

-
dilip yava

On Jul 9, 4:48 pm, vishal lad <vish...@gmail.com> wrote:
> Hi,How can I open the browser in maximized state when the application first
> loads??
> Thanks & Regards
>   Vishal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to