Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 4, 2014 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voku/a85f61c52d591cc231a8 to your computer and use it in GitHub Desktop.
Save voku/a85f61c52d591cc231a8 to your computer and use it in GitHub Desktop.
embedding windows media: Valid technique, as it doesn't need the "embed"-tag. - From http://snippetlib.com/html/embedding_windows_media
<object type="video/x-ms-wmv"
data="movie.wmv"
width="320" height="260">
<param name="src"
value="movie.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