Embedding QuickTime Movies for Everyone besides IE

All major browsers except Internet Explorer (from version 5.5 and up) use the standard object tag in a standard way. I’ll describe it here. On page 290 we’ll see how to combine this method with the IE method discussed earlier so that all browsers can see your video.

To embed QuickTime movies for everyone besides IE:

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" ...

Get HTML, XHTML, & CSS, Sixth Edition: Visual QuickStart Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.