Re: [Flashcoders] full screen window

2007-01-31 Thread Henry Cooke
] full screen window The best user experience would be two windows: have a launch page with a link that would open a new JavaScript child window, and tell the user that the course is going to open in fullscreen. Then you can control the size and properties of the window as much as you like

[Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
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

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
-6605 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Marella Sent: Tuesday, January 30, 2007 9:37 AM To: Flashcoders mailing list Subject: [Flashcoders] full screen window Hi all, This might be simple but I'm trying this from last 4 hours and got

RE: [Flashcoders] full screen window

2007-01-30 Thread Danny Kodicek
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

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Marella Sent: Tuesday, January 30, 2007 9:37 AM To: Flashcoders mailing list Subject: [Flashcoders] full screen window Hi all, This might be simple but I'm trying this from last 4 hours and got no answer anywhere. How can

Re: [Flashcoders] full screen window

2007-01-30 Thread Henry Cooke
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_and_dimension_error_correction Probably explains why

RE: [Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
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

RE: [Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
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

Re: [Flashcoders] full screen window

2007-01-30 Thread eric dolecki
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

Re: [Flashcoders] full screen window

2007-01-30 Thread Henry Cooke
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

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
: [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

Re: [Flashcoders] full screen window

2007-01-30 Thread Jah
] 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

RE: [Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
. RaviKiran Marella -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jah Sent: Tuesday, January 30, 2007 9:42 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] full screen window i think this is still in the realm of techniques illegitimate designs

Re: [Flashcoders] full screen window

2007-01-30 Thread David Ham
The best user experience would be two windows: have a launch page with a link that would open a new JavaScript child window, and tell the user that the course is going to open in fullscreen. Then you can control the size and properties of the window as much as you like, and the user

RE: [Flashcoders] full screen window

2007-01-30 Thread Joey Rivera
] On Behalf Of Ravi Marella Sent: Tuesday, January 30, 2007 10:56 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] full screen window 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

RE: [Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
list Subject: Re: [Flashcoders] full screen window The best user experience would be two windows: have a launch page with a link that would open a new JavaScript child window, and tell the user that the course is going to open in fullscreen. Then you can control the size and properties