1. | Begin the movie by typing <object.
|
2. | Specify the MIME type for Windows Media File movies by entering type="video/x-ms-wmv".
|
3. | Indicate the name and location of the movie on your server with data="filename.wmv".
|
4. | Specify the dimensions of your movie in pixels with width="w" height="h".
|
5. | Complete the opening object tag with >.
|
6. | Help IE and Safari 1 find the movie by reiterating its URL by typing <param name="src" value= "filename.wmv" />, where filename.wmv matches what you used in step 3.
|
7. | Add other param elements as desired.
|
8. | Complete the object element with </object>.
|