Embedding a QuickTime Movie in a Web Page
•<p align="center">
•<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
•WIDTH="480" HEIGHT="376“
•CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
•<PARAM NAME="src" VALUE="start.mov">
•<PARAM NAME="controller" VALUE="false">
•<PARAM NAME="target" VALUE="myself">
•<PARAM NAME="href" VALUE=“clip.mov">  
•<EMBED WIDTH="480" HEIGHT="376" CONTROLLER="false" TARGET="myself" HREF=“clip.mov"
•     SRC="start.mov" BGCOLOR="FFFFFF" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html">
•</EMBED>
•</OBJECT>
•</p>
•Example: http://ati.fullerton.edu/jkrantz/session3/video/ 
•
Edit Size, src – what start see – invert2 and HREF for both netscape and IE passages
Add 15 pixels to vert so controller will be seen – subtract 5 to completely hide
Just use SRC if want to start as page loads
IE needs whole URL in HREF but not netscape.
Target variable keeps the video in the same page.

IE SRC can be any thing that QT will open.
Netscape seems to want it to be a movie.