.wmv im Mozilla abspielen, aber wie?
Frank Stabenau
- html
0 aames
Hallo Ihr,
ich möchte gern .wmv-Dateien im Mozilla abspielen.
Ich habe schon x-verschiedene Dinge getestet, wobei die meisten im IE funktionieren aber leider nicht im Mozilla.
Versucht habe ich es zB mit dem hier:
<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
width="150" height="200" standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="video/video.wmv">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="false">
<PARAM NAME="AnimationatStart" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="false">
<PARAM NAME="ShowAudioControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
src="video/video.wmv" Name="MediaPlayer"
width="150" height="200" transparentAtStart="1" autostart="0"
animationAtStart="0" ShowControls="true" ShowAudioControls="1"
ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
</embed></OBJECT>
Habt ihr eine Idee warum das nicht funktioniert?
Danke,
Frank
Hallo Frank,
Versuchs mal hiermit:
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
name="MediaPlayer"
filename="xxxxxxxx.wmv"
ShowControls="0"
ShowDisplay="0"
ShowStatusBar="1"
DisplaySize="0"
AutoSize="0"
AutoStart="0"
AnimationAtStart="0"
EnableContextMenu="0"
DefaultFrame="f_slide"
Volume="0"
width=253
height=241
</EMBED>
Vielleicht hilfts weiter?
Schöne Grüße
Alex
Hallo Alex,
danke für die Hilfe. Aber funktionieren tut es immer noch nicht.
Warscheinlich muß ich noch nen Plugin installieren damit es funzt.
Na mal sehen.
Gruß
Frank