Developer Tutorials
Embedding QuickTime in a web page
The code
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="250" width="320">
<param name="src" value="apparatQT2.mov">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="loop" value="false">
<param name="type" value="video/quicktime" >
<param name="target" value="myself" >
<embed height="250" pluginspage="http://www.apple.com/quicktime/download/" src="media/ayrshow_advert.mov" type="video/quicktime" width="320" autoplay=true controller=true loop=false target="myself">
</object>
Fast Start
"With Fast Start, your audience downloads an entire QuickTime movie at the highest data rate their connections can support. As soon as the initial part of the movie has been downloaded, QuickTime Plug-in begins to play it back in the browser while it continues to download the rest. Your audience is left with a complete movie file that they can save and replay as often as they want. No special streaming software on the server is needed; all you have to do is create a Fast Start movie (which you can do using QuickTime Player) and embed it in a web page. "
Non-fast-start .mov's can be converted by opening them in the QT Player and saving them under a new name.
Some more information about Fast Start can be found on the apple site.
Example: 2.8Mb Ayrshow advert
Quicktime Video Example - Ayrshow Advert 2.8Mb
