Supportnet / Forum / Webseiten/HTML
Video einbinden
Frage
Hallo,
ich will Videos auf einer Seite einbinden. Unter IE funktioniert es aber bei Opera wird an der Stelle gar nichts dargestellt noch nicht mal eine Fehlermeldung oder nur ein Rahmen, es erscheind nur ein Teil der vorhergehenden Seite an der Stelle. Ich habe schon verschiedene Dateiformate getestet und ich habe mit Opera verschiede Seiten besucht die Videos darstellen und dort hat es funktioniert.
Ich habe es folgendermaßen eingebunden:
[code]<OBJECT ID="MediaPlayer" WIDTH=320 HEIGHT=312 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="video/<?php print $video_datei; ?>">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/downloads/details.aspx?FamilyID=9194bb10-00ea-4500-859d-9a319738d4d8&DisplayLang=en/"
src="video/<?php print $video_datei; ?>"
Name=MediaPlayer
ShowControls=1
ShowDisplay=0
ShowStatusBar=1
AutoStart="true"
ShowPositionControls="1"
DisplaySize="0"
width=320
height=312>
</embed>
</OBJECT>[/code]
Ich hoffe es kann mir jemand weiterhelfen.
Schon mal Danke im vorraus.

