Flash embedded in the HTML page

liunx

Guest
I have a flash page at the beginning of my web site so I put the flash on my html page. <br />
<br />
The question: Do I need to put the Object tag on my html page layout? It seems to me the code is working properly without the object id tag.<br />
<br />
--------------with object id tag-------------<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8444553540000" codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="700" height="500"><br />
<param name=movie value="flashfile.swf"><br />
<param name=quality value=high><br />
<embed src=http://www.htmlforums.com/archive/index.php/"flashfile.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="525"><br />
</embed> <br />
</object><br />
<br />
<br />
<br />
------------without object id tag------------<br />
<embed src=http://www.htmlforums.com/archive/index.php/"flashfile.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="525"><br />
</embed><!--content-->yes you should keep the object tag.<!--content-->
 
Back
Top