Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scaling web browser chops movie

Status
Not open for further replies.

ueberbill

Programmer
Aug 22, 2000
21
US
Me again :)
One problem I'm having is this:
There's a web page (I'm sorry, I can't give an URL- it's all internal to the company) that contains only a flash movie. When you change the size of the web browser it chops off some of the movie- is there something in the HTML or in the movie itself to affect that?
Here's the HTML we use to publish it...
<HTML>

<BODY bgcolor=&quot;#000000&quot;>
<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; ID=webahead-homepage 5 - background WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE=&quot;movie.swf&quot;> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=bgcolor VALUE=#000000>
<EMBED src=&quot;movie.swf&quot; loop=false menu=false quality=high scale=noborder bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;</OBJECT>
</BODY>
</HTML>
 
Nevermind- I got it:
In the scale, the value needs to be &quot;showall&quot;
:)
Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top