This basic piece of code will allow you to insert any Flash animation with an extension of SWF into your web pages and as follows:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="1000" height="99">
<param name=movie value="../extdocs/
slim_banner.swf">
<param name=quality value=high>
<embed src="../extdocs/
slim_banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
width="1000" height="99">
</embed>
</object>
Please note that :
| slim_banner.swf | is the file name of your Flash animation
|
| width="1000" height="99" | is the actual physical width and height of your Flash animation
|