Skip to content

Instantly share code, notes, and snippets.

@m3mike
Created February 25, 2014 15:09
Show Gist options
  • Save m3mike/9210683 to your computer and use it in GitHub Desktop.
Save m3mike/9210683 to your computer and use it in GitHub Desktop.
From http://alistapart.com/article/byebyeembed neat snippet to embed windows media player playback widget that supports ie6/7/8+, Safari, Opera, Firefox, etc...
<object type="video/x-ms-wmv"
data="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv"
width="320" height="260">
<param name="src"
value="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment