jobo: warum wird der qt-movie im ie angezeigt und nicht im ff?

Hallo,

folgender code:

  
<object width="640" height="496" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">  
	<param name="src" value="Untitled%20Sequence.01abc-poster.jpg" />  
	<param name="href" value="Untitled%20Sequence.01abc.mov" />  
	<param name="target" value="myself" />  
	<param name="controller" value="false" />  
	<param name="autoplay" value="false" />  
	<param name="scale" value="aspect" />  
  
	<embed width="640" height="496" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"  
		src="Untitled%20Sequence.01abc-poster.jpg"  
		href="Untitled%20Sequence.01abc.mov"  
		target="myself"  
		controller="false"  
		autoplay="false"  
		scale="aspect">  
	</embed>  
</object>  

läuft unter WinXP im IE8, nicht im FF 3.5.9. Das QT-Movie basiert auf einem m4v-File. Könnte es daran liegen? Das Coverbild ("Untitled%20Sequence.01abc-poster.jpg") wird angezeigt im FF, aber Losspielen geht nicht. Auch wird kein QT-Steuerleiste (wie im IE) angezeigt.

Gruß

jobo

  1. Hallo,

    o.k. wenn ich das Startbild wegnehme, dann sagt mir FF, dass ein Plugin aus Sicherheitsgründen deaktiviert wäre. Ist dann wohl das QT-Plugin (;-). Macht FF wohl standardmäßig.

    https://www.mozilla.com/en-US/blocklist/

    "Apple QuickTime Plugin, v7.1.*, for all Firefox 3 versions on Windows. Reason: remote code execution in multiple versions (see bug 430826)."

    Gruß

    jobo