|
List Info
Thread: full screen window
|
|
| full screen window |

|
2007-01-30 09:36:34 |
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/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| RE: full screen window |

|
2007-01-30 09:45:40 |
This is for a swf
http://www.kirupa.com/developer/mx2004/fullscreen.htm
and for a .exe add this to the first frame
fscommand("fullscreen", "true");
David Brunswick
Senior Multimedia Developer/OLP Administrator
FedEx Customer Information Services
Customer Service Organizational Learning
901-434-6605
-----Original Message-----
From: flashcoders-bounces chattyfig.figleaf.com
[mailto:flashcoders-bounces chattyfig.figleaf.com] 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 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/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| RE: full screen window |

|
2007-01-30 09:46:44 |
> 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/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| RE: full screen window |

|
2007-01-30 09:47:45 |
Or this
<html>
<body>
<script language="JavaScript">
<!--
window.open ("http://yahoo.com",
"","fullscreen=yes")
-->
</script>
</body>
</html>
David Brunswick
Senior Multimedia Developer/OLP Administrator
FedEx Customer Information Services
Customer Service Organizational Learning
901-434-6605
-----Original Message-----
From: flashcoders-bounces chattyfig.figleaf.com
[mailto:flashcoders-bounces chattyfig.figleaf.com] 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 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/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
| Re: full screen window |

|
2007-01-30 09:49:49 |
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://devel
oper.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 <Ravi.Marella techbooks.com> 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/flashcode
rs
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.c
om
>
_______________________________________________
Flashcoders chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcode
rs
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|