ich habe ein Video in eine Webseite eingebunden. Es ist im Format .wmv und ca. 6 mb gross.
Im Firefox funktioniert auch alles Prima nur im IE passiert mal wieder nichts, das Video kann man einfach nicht starten, aber den Player zeigt er an.
Code: Alles auswählen
<object id="MediaPlayer" type="application/x-oleobject"
classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
width="315" height="321"
standby="Plugin wird geladen...">
<param name="url" value="../film.wmv">
<param name="autostart" value="false">
<embed type="application/x-mplayer2"
src="../film1.wmv"
width="315" height="321"
autostart="1"
showstatusbar="1">
</embed></object>
Danke im Voraus