Hi there!
HTML Code:
<div class="mediaplayer">
<OBJECT id=music height=360 width=320 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="Filename" VALUE="/video/56k.asx">
<PARAM NAME="ShowAudioControls" VALUE="-1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="Volume" VALUE="0">
<PARAM NAME="AutoSize" VALUE="1">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="ShowGotoBar" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="TransparentAtStart" VALUE="-1">
</OBJECT>
</div>
HTML Code:
<tr>
<th>1</th>
<th><a href="http://www.dresas.com/video/56k/Silje_Russedop_56k.asf" onclick="document.all.music.filename='http://www.dresas.com/video/56k/Silje_Russedop_56k.asf';return false">Silje Russedop</a></th>
<th>2</th>
<th><a href="http://www.dresas.com/video/56k/70_Kilometers_and_back_in_a_day_56k.asf" onclick="document.all.music.filename='http://www.dresas.com/video/56k/70_Kilometers_and_back_in_a_day_56k.asf';return false">The Trip to Gävle</a></th>
</tr>
<tr>
1 My embeded player opens a playlist and plays it when the page start.
2 I can switch between the videos in the list by clicking next
BUT
I do not wish to link to the asf file directly, but to the entry.
This is so that when the video has finnished it continues with the next entry in the list.
This is also so that the information about the asf file that is entered in the asx file is shown in the embeded player.
I know I can make an asx file for each asf file and link to that, but it is not that easy when I have more than 100 files. Time consuming.
So my question is:
Is there a way skip for example, from entry no 2 to entry no 6, and then let the playlist continue?
I found a page that adress this issue on an other site, but when I tried to implement that code it did not work. I got an "error on page" down on the left of the statusbar in IE.
This is the page I am refering to:
http://www.mcse.ms/archive220-2004-8-915549.html
I hope that this clearified my question, and that it is possible to do this?
Kind regards Andreas Lindqvist