I have some videos online at:
http://www.auburnequity.com/training%20videos.php
it reads from a play list at:
http://www.auburnequity.com/video_select.html
What I want to be able to do is have the player automatically play the next one in the list. So if someone chooses video 4, once that is done it auto plays video 5,, if they choose video 2, it'll next play 3, and so on... Any help is greatly appreciated. Thanks!
Here is the code from the playlist page,, i'm hoping there is a little snipet i can add that just says something like "play next=video.mpg" or something similar...
CODE
<script language="JavaScript" type='text/javascript' src='js/sbar.js'></script>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0"><tr>
<td style="width: 220px; font-family:verdana, arial, helvetica, sans-serif; font-size: 12px;"> Select from the list:
<ol>
<li><a onfocus="this.blur();" target="video_play" href="training videos/1. installing software.html">Installing Software</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/2. open software and system defaults.html">Software & System Defaults</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/3. add new client 1st step.html">Add New Client</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/4. errors and required fields.html">Errors & Required Fields</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/5. application data 1st step.html">Application Data 1st Step</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/6. amortization.html">Savings Report</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/7. application data 2nd step.html">Final Application Data</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/9. buttons.html">Buttons</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/8. application.html">Client Application</a>
<li><a onfocus="this.blur();" target="video_play" href="training videos/10. debit schedules.html">Debit Schedules</a>
</ol>