Hi guys!
I am trying to incorporate a swish movie into an html page.
the movie is saved at the same location as all else on the page. Why do I get a white blank patch in place of the movie?
Below is my html code for embedding it.
Thanks lots!
succeed
I am trying to incorporate a swish movie into an html page.
the movie is saved at the same location as all else on the page. Why do I get a white blank patch in place of the movie?
Below is my html code for embedding it.
Thanks lots!
succeed
Code:
<html>
<head>
<title>Flash Animation1</title>
</head>
<BODY BGCOLOR="#000000" TEXT="#99ff99" >
<CENTER><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"[/URL] ID=Untitled WIDTH=600 HEIGHT=600>
<PARAM NAME="MOVIE" VALUE="flsh1.swi">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED src="flsh1.swi" loop="true" quality="high"
WIDTH=351 HEIGHT=391 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">[/URL]
</EMBED>
</OBJECT>
<a href="f2.html"><img src="beginblack.gif" width="100" height="60" alt="" border="0" align=""></a>
</CENTER>
</body>
</html>