How to add .SWF files to the html webpage

Here I am sharing flash code for embedding flash in the website. Hope this will help many more….

<object width=”400″ height=”220″ align=”middle” classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=7,0,0,0″ id=”player1″>
<param value=”your_flash_file.swf” name=”movie”>
<param name=”menu” value=”false”>
<param name=”quality” value=”high”>
<param name=”wmode” value=”transparent”>
<param name=”bgcolor” value=”#FFFFFF”>
<embed width=”400″ height=”220″ align=”middle” src=”your_flash_file.swf” menu=”false” quality=”high” bgcolor=”#FFFFFF” name=”player” wmode=”transparent” allowtransparency=”true” allowscriptaccess=”always” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”>
</object>

If you want to change any attribute then you can take reference from adobe site. Here is the link :

Flash OBJECT and EMBED tag attributes

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *