Created
February 25, 2014 15:09
-
-
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...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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