meerdere avi filmpjes op 1 internetpagina

Status
Niet open voor verdere reacties.

grizzlybeer

Gebruiker
Lid geworden
30 jan 2007
Berichten
58
Ik wil graag meerdere avi filmpjes op 1 internetpagina zetten en dan deze zelf na elkaar afspelen.
Ik heb de onderstaande code gemaakt, maar hij speelt alleen de 1 ste steeds af en die anderen doet hij niet.
Ebnig idee wat ik moet veranderen.
Ik heb ook verschillende pagina's aangemaakt en op iedere blzde 1 code voor een filmpje, maar dan speelt hij ook alleen de eerste af en de rest niet.
Het zijn 14 filmpjes


code:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>

<p>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> 
    <param name="filename" value="MVI_0391_xvid.avi" /> 
    <param name="autostart" value="true" /> 
    <param name="showstatusbar" value="false" /> 
    <param name="height" value="300" /> 
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0391_xvid.avi" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed> 
  </object>

  
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> 
    <param name="filename" value="MVI_0392_xvid.AVI" /> 
    <param name="autostart" value="true" /> 
    <param name="showstatusbar" value="false" /> 
    <param name="height" value="300" /> 
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0392_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed> 
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0397_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0397_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed>
  </object>
</p>
<p>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> 
    <param name="filename" value="MVI_0399_xvid.AVI" /> 
    <param name="autostart" value="true" /> 
    <param name="showstatusbar" value="false" /> 
    <param name="height" value="300" /> 
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0399_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed> 
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0403_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0403_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed>
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0406_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0406_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed>
  </object>
</p>
<p>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> 
    <param name="filename" value="MVI_0407_xvid.AVI" /> 
    <param name="autostart" value="true" /> 
    <param name="showstatusbar" value="false" /> 
    <param name="height" value="300" /> 
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0407_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="false"> </embed> 
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0408_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0408_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0410_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0410_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
</p>
<p>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0445_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0445_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0446_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0446_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0450_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0450_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
</p>
<p>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0452_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0452_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
  <object id="MediaPlayer" 
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=6,4,7,1112" 
type="application/x-oleobject" height="296" 
standby="Loading Microsoft Windows Media Player components..." width="448" 
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="filename" value="MVI_0470_xvid.AVI" />
    <param name="autostart" value="true" />
    <param name="showstatusbar" value="false" />
    <param name="height" value="300" />
    <embed   type="application/x-mplayer2"  
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"   
id="mediaPlayer"     filename="MVI_0470_xvid.AVI" 
bgcolor="white"  height="300"    width="448"     showcontrols="1"   
showtracker="1"  showdisplay="0"     showstatusbar="false"   autostart="False"> </embed>
  </object>
  
</p>
<p></p>

</body>
</html>
 
Laatst bewerkt door een moderator:
Hoi,

Wat gebeurt er als je de object id aangepast? bv MediaPlayer1, Mediaplayer2 etc.? (test het eerst bij voor je alles aanpast en het niet blijkt te werken), is maar een suggestie.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan