Hallo,
folgendes Problem:
Ich möchte gerne ein Video online stellen. So sieht mein Quellcode aus:
<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex
/controls/mplayer/en
/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="Interview with the Vampire (The Game).wmv">
<PARAM NAME="AnimationAtStart" VALUE="0">
<PARAM NAME="Volume" VALUE="-1">
<PARAM NAME="TransparentAtStart" VALUE="True">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<param name="DisplayBackColor" value="65791">
<param name="DisplayForeColor" value="0">
<embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows95/downloads/
contents/wurecommended/s_wufeatured/mediaplayer/default.asp" SRC="Interview with the Vampire (The Game).wmv"
Name=MediaPlayer
ShowControls=1
ShowDisplay=0
ShowStatusBar=1
width=640 height=480>
</embed>
Mein (Test)Video wird nur verzerrt bzw. mit extrem vielen grünen großen Pixeln wiedergegeben.
Was mache ich falsch?
Ist im HTML ein Fehler?
Habe ich beim Rendern etwas nicht beachtet?
Oder fehlt mir selbst etwas zum Abspielen und andere sehen es evtl?
Vielen Dank