HTML interesse |
|
ik heb een code voor het embedden van een .mpeg file. maar hij doet het niet... ziet iemand wat hier fout aan is?
<OBJECT ID="MediaPlayer" width=428 height=240 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="filmbestanden/Naamloos.mpg">
<PARAM NAME="AnimationatStart" VALUE="0">
<PARAM NAME="TransparentatStart" VALUE="1">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="ShowControls" VALUE="0">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="1">
<PARAM NAME="EnableContextMenu" VALUE="1">
<PARAM NAME="EnablePositionControls" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AllowScan" VALUE="0">
<PARAM NAME="volume" VALUE="100">
<PARAM NAME="displaySize" VALUE="0">
<EMBED type="application/x-mplayer2" pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/" SRC="filmbestanden/Naamloos.mpg"
name="MediaPlayer"
WIDTH="428"
HEIGHT="240"
AutoStart="1"
EnableContextMenu="0"
ShowControls="0"
AnimationAtStart="0"
ShowStatusBar="1"
volume="100"
displaySize="0">
</EMBED>
</OBJECT>
<OBJECT ID="MediaPlayer" width=428 height=240 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="filmbestanden/Naamloos.mpg"> <PARAM NAME="AnimationatStart" VALUE="0"> <PARAM NAME="TransparentatStart" VALUE="1"> <PARAM NAME="AutoStart" VALUE="1"> <PARAM NAME="ShowControls" VALUE="0"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="1"> <PARAM NAME="EnableContextMenu" VALUE="1"> <PARAM NAME="EnablePositionControls" VALUE="0"> <PARAM NAME="ShowStatusBar" VALUE="1"> <PARAM NAME="AllowScan" VALUE="0"> <PARAM NAME="volume" VALUE="100"> <PARAM NAME="displaySize" VALUE="0"> <EMBED type="application/x-mplayer2" pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/" SRC="filmbestanden/Naamloos.mpg" name="MediaPlayer" WIDTH="428" HEIGHT="240" AutoStart="1" EnableContextMenu="0" ShowControls="0" AnimationAtStart="0" ShowStatusBar="1" volume="100" displaySize="0"> </EMBED> </OBJECT>
Al vast bedankt!
|