Sample QuickTime Code

This is the code referenced in my "QuickTime for the Web" article.

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC68" height="256" width="320" codebase="http://www.apple.com/qtactivex/qtplugin.cab" align="absmiddle">
<param name="src" value="mov/myMovie.mov">
<param name="controller" value="true">
<param name="align" value="absmiddle">
<param name="hotspot59" value="../html/lagoBaroneVR.html">
<param name="hotspot60" value="../html/lagoBaroneVR.html">
<param name="target59" value="bodyLayer">
<param name="target60" value="bodyLayer">
<embed src="mov/UNeedQT.pntg" qtsrc="mov/myMovie.mov" type="image/x-macpaint" height="256" width="320" controller="true" align="absmiddle" hotspot59="../html/lagoBaroneVR.html" hotspot60="../html/lagoBaroneVR.html" target59="bodyLayer" target60="bodyLayer" pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>