swfobject haml embed


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.