QuickTime Movies for the Web- AutoStart without a controller

You may embed a movie that will automatically start once loaded.
The movie plays in a space in the browser and the viewer does not see the QuickTime controls.

You can copy and paste the code below and adjust for your movie

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="240" HEIGHT="196" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="mymovie.mov" >
<PARAM name="AUTOPLAY" VALUE="TRUE">
<PARAM name="CONTROLLER" VALUE="false">
<EMBED SRC="mymovie.mov" WIDTH="240" HEIGHT="196" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

The movie will play and look like this: