Flasher Archive

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


Subject: RE: FLASH: Full Screen In IE - Somewhat OT
From: Campbell, Clyde
Date: Mon, 25 Oct 1999 16:13:33 +0100

I think if you use the FS command "FullScreen=True", and also 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();
}

this gets rid of all the extraneous stuff cluttering up the screen!


Clyde

> -----Original Message-----
> From: Phil Ward [SMTP:phil-watcrescent-graphics [dot] co [dot] uk]
> Sent: Monday, October 25, 1999 4:13 PM
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: Full Screen In IE - Somewhat OT
>
> to have swf fill browser use 100% in both dimensions instead of pixel
> dimensions, then the swf will auto scale.
>
> you can have the current window close on blur onBlur="self.close()
>
> this will not work on the index page for a site though.
>
>
> Regards
>
> Phil Ward
> Crescent Graphics
>
> phil-watcrescent-graphics [dot] co [dot] uk <phil-watcrescent-graphics [dot] co [dot] uk (mailto:phil-watcrescent-graphics [dot] co [dot] uk)>
>
> New Media <> Internet <> Visuals <> A/W
>
>
>
>
> ----- Original Message -----
> From: Jason Brown <jason [dot] brownatpres [dot] co [dot] uk (mailto:jason [dot] brownatpres [dot] co [dot] uk)>
> To: 'flasheratchinwag [dot] com' <mailto:'flasheratchinwag [dot] com'>
> Sent: 25 October 1999 14:46
> Subject: RE: FLASH: Full Screen In IE - Somewhat OT
>
> curent instance can be closed with javascript:self.close() - but
> only if the window was opened with javascript in the first place
>
> -----Original Message-----
> From: Marc Policani (Comforce/RhoTech) [
> <a-marcpoatmicrosoft [dot] com (mailto:a-marcpoatmicrosoft [dot] com)>]
> Sent: 25 October 1999 14-34
> To: flasheratchinwag [dot] com <flasheratchinwag [dot] com (mailto:flasheratchinwag [dot] com)>
> Subject: FLASH: Full Screen In IE - Somewhat OT
>
>
> How do I get an HTML file to open up my work as a full
> screen browser, with the Auto hide enabled..
>
> Also- how do I kill the current instance of the browser?
>
> THX
>
>
> -----------------------------------------------------------------------
> 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 helpatchinwag [dot] com


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