Hallo,
ich würde gerne in HTML ein Video mit WindowsMediaPlayer einbinden.
Folgender Code läuft auf IE6 und NS7, aber nicht im FF:
Code
		
					
				<OBJECT ID="MediaPlayer1" width=160 height=162
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/
	controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName"
VALUE="st.mpg">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="st.mpg"
name="MediaPlayer1"
width=160
height=162
AutoStart=true>
</EMBED>
	
			Alles anzeigen
	Liegt es am Code oder erkennt FF bei mir das Plugin nicht richtig?
Der Player wird zwar geladen, aber das Video nicht abgespielt. 
Ich habe WinXP, WMP 9, FF 0.92. Wenn ich about:plugins eingebe, erscheint allerdings das plugin in der Liste:
Code
		
					
				MIME Type 	Description 	Suffixes 	Enabled
application/x-mtx 	MetaStream Plugin File 	mtx 	Yes
Windows Media Player Plug-in Dynamic Link Library
    File name: npdsplay.dll
    Npdsplay dll
MIME Type 	Description 	Suffixes 	Enabled
application/asx 	Media Files 	* 	Yes
video/x-ms-asf-plugin 	Media Files 	* 	Yes
application/x-mplayer2 	Media Files 	* 	Yes
video/x-ms-asf 	Media Files 	asf,asx,* 	Yes
video/x-ms-wm 	Media Files 	wm,* 	Yes
audio/x-ms-wma 	Media Files 	wma,* 	Yes
audio/x-ms-wax 	Media Files 	wax,* 	Yes
video/x-ms-wmv 	Media Files 	wmv,* 	Yes
video/x-ms-wvx 	Media Files 	wvx,* 	Yes
	
			Alles anzeigen
	Wäre echt toll, wenn mir einer weiterhelfen könnte!