I cant afford two windows as the window which I have to open will get
opened by a link on client's site which will just launch this window and
so if I use another window, it'll make two popups opening using a single
link which is not desired.
I got this code on net:
self.moveTo(0,0);                          
self.resizeTo(screen.width,screen.height);
But this doesn't hide the standard buttons, address and status bar.

 


RaviKiran Marella


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Danny
Kodicek
Sent: Tuesday, January 30, 2007 9:17 PM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] full screen window

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

Can't be done AFAIK. I'm pretty sure you have to launch a new window
(which
is a good thing, as no one wants browsers to be able to resize
themselves to
fullscreen)

Danny

_______________________________________________
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

Reply via email to