Link to home
Start Free TrialLog in
Avatar of amateur6
amateur6Flag for United States of America

asked on

Large movie inside a smaller loader -- possible?

Okay, I may be guessing incorrectly, so here's what I'm trying to duplicate:

http://www.once-upon-a-forest.com/ (source below)

It's an ancient Josh Davis site, so I know it's nothing more complicated than AS2, and the source is pretty straightforward -- but what I want to know is, how is he getting that huge background movie in there? By my thoughts, if it's just one.swf, it should be either stretched all out of proportion or scaled down...

SO, I was guessing load another movie & resize it -- but I can't find a way to get a loaded movie to enlarge to more than its parent's size. Any help much appreciated, as usual! High points for speed/desperation...
<html>
<head>
<title>  -  test -  </title>
</head>
 
<body scroll="no" bgcolor="#990000" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
 
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="test" width="100%" height="100%">
<param name="movie" value="test.swf">
<param name="quality" value="best">
<param name="play" value="false">
<param name="loop" value="false">
<param name="menu" value="false">
 
<param name="bgcolor" value="F7F7F7">
 
<div overflow::hiden>
<embed src="load
.swf" name="test" width="100%" height="100%" quality="best" loop="false" play="false" menu="false" bgcolor="009900" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed></div></object>
 
</body>
 
</html>

Open in new window

Avatar of Dushan Silva
Dushan Silva
Flag of Australia image

width="100%" height="100%"
That means it automatically ajusting to the window size.

BR Dushan.
this swf file also in high resolution.. and it's automatically ajusting to the screen according to the html code.
http://www.once-upon-a-forest.com/residue.swf
Avatar of amateur6

ASKER

Thanks for trying, but I know all that -- let me ask a different way:

Since the html says to adjust, WHY isn't the swf adjusting? It stays a constant size regardless of the browser window.
ASKER CERTIFIED SOLUTION
Avatar of amateur6
amateur6
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I Accept, anyway  u can load movies in different size using external swf files using loadMovie with Levels.