Created
April 10, 2015 11:14
-
-
Save AitorAlejandro/af706d4c7a35157b793b to your computer and use it in GitHub Desktop.
Windows Media embebido
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