1. | Create a single frame or shortened version of your movie. Save it in QuickTime format with the .mov extension and upload it to your server.
|
2. | Insert the preview.mov file on your page in the usual fashion.
|
3. | Use <param name="controller" value= "false" /> to hide the controller.
|
4. | Type <param name="href" value="full-movie.mov" />, where fullmovie.mov is the full-length version of your movie.
|
5. | Type <param name="target" value="myself" /> so that the full movie plays in the same space as the preview.
|
6. | Type <param name="autohref" value="true" /> if you want the full-length movie to load even before the visitor clicks the preview (so that it's ready to play when they do click on it).
|