Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: When you need it, it always disappears
From: Campbell, Clyde
Date: Wed, 27 Oct 1999 10:19:25 +0100

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 helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]