Created
June 4, 2014 09:18
-
-
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
This file contains hidden or 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="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