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="#000000">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" ID=webahead-homepage 5 - background WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="movie.swf"> <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="movie.swf" loop=false menu=false quality=high scale=noborder bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="
</BODY>
</HTML>
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="#000000">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" ID=webahead-homepage 5 - background WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="movie.swf"> <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="movie.swf" loop=false menu=false quality=high scale=noborder bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT></BODY>
</HTML>