Skip to content

Instantly share code, notes, and snippets.

@verteb
Created November 22, 2012 14:14
Show Gist options
  • Select an option

  • Save verteb/4131382 to your computer and use it in GitHub Desktop.

Select an option

Save verteb/4131382 to your computer and use it in GitHub Desktop.
Flash with noscript replacement
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
<param name="movie" value="myContent.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="myContent.swf" width="780" height="420">
<!--<![endif]-->
<!-- CODE DE REMPLACEMENT DE FLASH ICI -->
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment