Created
April 10, 2015 10:13
-
-
Save AitorAlejandro/28734616c89bd0cab488 to your computer and use it in GitHub Desktop.
Quicktime 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 classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" | |
codebase="http://www.apple.com/qtactivex/qtplugin.cab" | |
width="200" height="16"> | |
<param name="src" value="movie.mov" /> | |
<param name="autoplay" value="true" /> | |
<param name="pluginspage" value="http://www.apple.com/quicktime/download/" /> | |
<param name="controller" value="true" /> | |
<!--[if !IE]> <--> | |
<object data="movie.mov" width="200" height="16" type="video/quicktime"> | |
<param name="pluginurl" value="http://www.apple.com/quicktime/download/" /> | |
<param name="controller" value="true" /> | |
</object> | |
<!--> <![endif]--> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment