Hi, I want to create an existing animation flash from one page. I have the code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="550" height="400">
<param name=movie value="http://www.madnesscombat.com/toons/madness-depredation.swf">
<param name=quality value=high>
<param name="wmode" value="Transparent">
<embed src="http://www.madnesscombat.com/toons/madness-depredation.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=Shockwave
Flash" type="application/x-shockwave-flash" width="550" height="400">
</embed>
Can I include the code in my page? are there any method to do it?
Thx






