Skip to content

Instantly share code, notes, and snippets.

@ninetwentyfour
Created August 28, 2011 16:00
Show Gist options
  • Save ninetwentyfour/1176830 to your computer and use it in GitHub Desktop.
Save ninetwentyfour/1176830 to your computer and use it in GitHub Desktop.
Quicktime embed - blogpost
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="240" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="poster.mov">
<PARAM name="QTSRC" VALUE="rtsp://your_streaming_subdomain.com:554/your_streaming_subdomain.com/movie.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false">
<embed src="poster.mov" qtsrc="rtsp://your_streaming_subdomain.com:554/your_streaming_subdomain.com/movie.mov" width="320" height="240" target="myself" controller="false" autoplay="true"></embed>
</OBJECT>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="376" width="640">
<param name="src" value="http://www.travisberry.com/videos/Comp51_3.mov" />
<param name="autoplay" value="false" /><param name="type" value="video/quicktime" height="376" width="640" />
<embed src="http://www.travisberry.com/videos/Comp51_3.mov" height="376" width="640" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" />
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment