You state there is a link on a page which launches the window then use this
<html> <body> <script> <!-- function fullwin(){ window.open("yourswf.html","","fullscreen,scrollbars") } //--> </script> <A HREF="javascript:onClick=fullwin()" >Minimize</A> </body> </html> David Brunswick Senior Multimedia Developer/OLP Administrator FedEx Customer Information Services Customer Service Organizational Learning 901-434-6605 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Marella Sent: Tuesday, January 30, 2007 9:58 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] full screen window Then...can we atleast hide the status bar/address bar and other standard buttons of the same window? RaviKiran Marella -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Henry Cooke Sent: Tuesday, January 30, 2007 9:20 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] full screen window Ravi, It's a tricky one, most modern browsers are specifically designed not to allow you to size up to fullscreen onLoad, as it was being abused by scammers and such. http://developer.mozilla.org/en/docs/DOM:window.open#Note_on_position_an d_dimension_error_correction Probably explains why you've been having trouble making it work ;) Sorry to be the bearer of bad news... h. On 30/01/07, Ravi Marella <[EMAIL PROTECTED]> wrote: > > Hi all, > > This might be simple but I'm trying this from last 4 hours and got no > answer anywhere. > > How can you open a window in full screen mode using JavaScript? I want > to open the same window in full screen mode, I mean with out using any > other window to launch this full screen window or any button to launch > it i.e. something to do with the onLoad event of the body tag. Thanks > for replies in advance. > > cheers, > > Ravi > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com