Re: [Flashcoders] full screen window

2007-01-31 Thread Henry Cooke
Flashcoders mailing 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 pr

RE: [Flashcoders] full screen window

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

RE: [Flashcoders] full screen window

2007-01-30 Thread Joey Rivera
sage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 clien

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 doesn't

RE: [Flashcoders] full screen window

2007-01-30 Thread Ravi Marella
pups or ask the client to F11 every time. 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

Re: [Flashcoders] full screen window

2007-01-30 Thread Jah
ilto:[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 wa

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
stomer 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 wind

Re: [Flashcoders] full screen window

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

Re: [Flashcoders] full screen window

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

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_positi

RE: [Flashcoders] full screen window

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

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 you've

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
es 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:37 AM To: Flashcoders mailing list Subject: [Flashcoders] full screen window Hi all, This might be simp

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

RE: [Flashcoders] full screen window

2007-01-30 Thread David Brunswick
nal Learning 901-434-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

[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 button