'Embedding' QuickTime

An article, posted more than 22 years ago filed in html, online, video, standards, quicktime, movies & embedding.

There seems to be a problem with embedding quicktime video when XHTML strict is being used. Solving our problem with the <embed>-tag is no option. But do we have, to have quicktime working on (@ Windows machines) for IE as well as Mozilla users, to use non-validating code, or work with javascript workarounds?

Update: More up to date information on this matter can be found on age's site.

<p>Embedding Quicktime video is not as easy for a webdesigner  as one
	would guess. Simply using the <a href="http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT">&lt;object&gt;</a>-tag  following the rules
	set by the <a href="http://www.w3c.org/">w3c</a> doesn't work (for  Mozilla it does, but not for IE).</p><p>I try using the data tag for referring to the original  content, and the type attribute 
	for assign...

Continue reading...