Flasher Archive

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


Subject: Re: FLASH: 100% Flash-movie in browser window?
From: Sam Carrington
Date: Wed, 24 Nov 1999 13:40:16 GMT

Combine the 100% declarations in the embed tag with the following in the
body tag for the page:

<BODY leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>

This will work in v4 browsers, not below. A way to cheat it to work in a
v3 browser in to create a frameset with two rows, the first with a
height of 1 and the second with a height of *, and put the flash movie
page, including the above body tag, into the second row.

--
Sam Carrington | sense internet
Web Designer | www.sensei.co.uk

Phil Ward wrote:
>
> 1. in Dreamweaver give the embeded swf 100% for both dimensions, it will
> then auto scale to the browser window.
>
> 2.The easy way is to use a Dreamweaver behaviour, mail me off list and I
> will sent it to you.
> The other way is drop the HTM below and replace 'page to put in new
> window.htm' bit with your required page, and change the width, height
> settings for the required window size
>
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <script language="JavaScript">
> <!--
> function tmt_winLaunch(theURL,winName,targetName,features)
>
> eval(winName+"=window.open('"+theURL+"','"+targetName+"','"+features+"')")
> }
> file://-->
> </script>
> </head>
>
> <body bgcolor="#FFFFFF" onLoad="tmt_winLaunch(<html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <script language="JavaScript">
> <!--
> function tmt_winLaunch(theURL,winName,targetName,features)
>
> eval(winName+"=window.open('"+theURL+"','"+targetName+"','"+features+"')")
> }
> file://-->
> </script>
> </head>
>
> <body bgcolor="#FFFFFF" onLoad="tmt_winLaunch('page to put in new
> window.htm','newWin','newWin','width=100,height=100,left=0,top=0')">
> </body>
> </html>','newWin','newWin','width=100,height=100,left=0,top=0')">
> </body>
> </html>
>
> Regards
>
> Phil Ward
> Crescent Graphics
>
> phil-watcrescent-graphics [dot] co [dot] uk
>
> New Media <> Internet <> Visuals <> A/W
>
> ----- Original Message -----
> From: Stiv-Dick nv3 <stiv-dick [dot] nv3atusa [dot] net>
> To: <flasheratchinwag [dot] com>
> Sent: 15 November 1999 16:05
> Subject: FLASH: 100% Flash-movie in browser window?
>
> > --------------------------------------------------------------------------
> > Hi, we are 2 guys from Sweden, wondering 2 things...for beginning...
> > --------------------------------
> > 1. Is it possible to put a Flash movie in a HTML-document, so it covers
> the
> > whole browser window?
> > We know it's possible on one way ---> by, instead of makeing the homepages
> > main site as index.html, makein it as index.swf. But we want, when users
> enter
> > ours homepage, we want them to write for example:
> > http://www.domain.com/index.html and in that document - index.html, we
> want
> > the whole flash movie to cover browsers window. (We are using Macromedia
> > Dreamwaver 2 for makeing homepages...)
> > ---------------------------------
> > 2. Is it possible when using actionscript get url and then _blank...is it
> > possible to decide by ours selves the dimensions of the that nes window of
> > browser? How do you do that...?!?
> > ---------------------------------
> > I hope you understood what we wrote...even if our knowledge of english
> > language suxs...and please...we want our site to be clear of
> Javascripts...and
> > other scripts that take millions of years to dowload...so it will be super
> > great if you new answers for 100% in Flash...
> >
> > Thank you!!


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


Replies
  FLASH: HOOOOOOWWWWW???, Rafael Faria

Replies
  FLASH: 100% Flash-movie in browser windo, Stiv-Dick nv3
  Re: FLASH: 100% Flash-movie in browser w, Phil Ward

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