Flasher Archive

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


Subject: Re: FLASH: 100% Flash-movie in browser window?
From: Phil Ward
Date: Mon, 15 Nov 1999 16:27:25 GMT

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!!
> --------------------------------------------------------------------------
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>
> 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
>



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
  Re: FLASH: 100% Flash-movie in browser w, Sam Carrington

Replies
  FLASH: 100% Flash-movie in browser windo, Stiv-Dick nv3

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