Guillermo: quicktime

Beitrag lesen

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,0,0,0" width="320" height="260">
  <param name="src" value="qt.mov">
  <embed src="qt.mov" pluginspage="http://www.macromedia.com/shockwave/download/" width="320" height="260">
  </embed>
</object>

Warum so umständlich? Dafür bräuchte man dann ja Flash! Binde doch das QuickTime direkt als Objekt ein:

<object data="qt.mov" type="video/quicktime" width="320" height="260"><p>Ihr Navigator unterstützt leider kein QuickTime.</p></object>

Dann sollte es eigentlich klappen!

Grüße
Guillermo