Click to See Complete Forum and Search --> : Need help playing streaming Video


eruditionist
10-26-2006, 06:57 PM
I have 4 videos VIDEO1.wmv VIDEO2.wmv VIDEO3.wmv and VIDEO4.wmv I want all those videos to be played back to back to back when the user first goes on my homepage. I have no idea what to do or add to this code I currently have to accomplish what is needed.
Do I need to change this code? or have something else if so what?
Please help

<object id="MediaPlayer" width="192" height="190" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="images/VIDEO1.wmv">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<param name="autostart" value="True">
<embed type="application/x-mplayer2" src="images/VIDEO1.wmv" name="MediaPlayer" width="192" height="190" showcontrols="1" showstatusbar="0" showdisplay="0" autostart="0"> </embed>
</object>

nikko1221
11-01-2006, 10:20 AM
Have the player load a playlist with the clips in the order you want, more at:
http://www.microsoft.com/windows/windowsmedia/howto/articles/introwmmeta.aspx#Playlists__DTEM

eruditionist
11-05-2006, 10:17 PM
thanks got it