Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: When you need it, it always disappears |
From: | Jason Brown |
Date: | Wed, 27 Oct 1999 11:38:52 +0100 |
netscape doesn't have a fulscreen option. the only way you can do it is to
open a javascript window with minimal features and size it to the javascript
variables screen.availHeight and screen.availWidth
-----Original Message-----
From: "H�glund, Johan" [johogwmdata [dot] com (mailto:johogwmdata [dot] com)]
Sent: 27 October 1999 10-17
To: flasherchinwag [dot] com
Subject: RE: FLASH: When you need it, it always disappears
How do you do this from Flash in a Netscape browser?
/Johan
-----Original Message-----
From: Campbell, Clyde [ClydeCnorwich [dot] co [dot] za (mailto:ClydeCnorwich [dot] co [dot] za)]
Sent: den 27 oktober 1999 11:08
To: 'flasherchinwag [dot] com'
Subject: RE: FLASH: When you need it, it always disappears
Stuart M wrote:
>
> Sorry to ask this as I know it has been covered so many times but
> sadly I have lost the emails describing what to do and I cannot find a
> flash tutorial site that explains how to fill the complete window with
> the flash/shockwave image(ie. the browser controls disappear) as in
> the control group site or was it ego media anyway I am sure you know
> the effect......please help as this is for a intranet opening page and
> without it I may have problems....
> thanks in advance for your time and apologises for the repeatative
> nature of this request
> regards
> Stuart M
I think if you use the FS command "FullScreen=True" in Flash it can cause
problems... with certain browsers,
make sure that the width and height for your embedded swf object is also on
width="100%" height="100%" (In the body of your html), then when you make a
link to the file you want to show , I call the JScript function defined as
follows:
function newMovie() {
newWindow =
open("newmovie.htm","newmovie_Window",toolbar=no,location=no,directories=no,
status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no);
newWindow.document.close();
}
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
-----------------------------------------------------------------------
This message has been checked for all known viruses by UUNET
in conjunction with the StarLab Virus Control Centre.
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]