1. | Create your QuickTime movie, save it in .mov format, and upload it to your server.
|
2. | Begin the object for standards loving browsers by typing <object.
|
3. | Indicate what kind of file the movie is by typing type="video/quicktime".
|
4. | Specify the movie's location on the Internet by typing data="filename.mov".
|
5. | Still without closing the initial object tag, type width="w" height="h", where w and h are the desired width and height, respectively, in pixels, of the box that will hold the movie.
|
6. | To give the location of the QuickTime player to visitors who don't yet have it installed, type codebase="http://www.apple.com/quicktime/download"
|
7. | Finally, close the initial object tag by typing > (the right angle bracket).
|
8. | Next type <param name="autoplay" value="false" /> to keep QuickTime from starting until the visitor clicks the play button.
|
9. | Type <param name="controller" value="true" /> to have the controls appear below the movie.
|
10. | Type </object> to complete the object.
|