Skip to content

Instantly share code, notes, and snippets.

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