SWF Object Embedding


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
  2. <param name="movie" value="myContent.swf" />
  3. <!--[if !IE]>-->
  4. <object type="application/x-shockwave-flash" data="myContent.swf" width="780" height="420">
  5. <!--<![endif]-->
  6. <p>Alternative content</p>
  7. <!--[if !IE]>-->
  8. <!--<![endif]-->

URL: http://code.google.com/p/swfobject/wiki/documentation

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.