Page 1 of 1

how to jump to next file in embedded vlc?

Posted: 16 Jul 2007 13:15
by ABNormal
i please need a help to solve my problem:

how to create a button for jump to the next file of a playlist into an embedded html ?
how to jump to the previous file?
how to create a link for a start from the #th file of a playlist?

thank you
ABN

PS i saw this script:

Code: Select all

<a href="javascript:;" onclick='document.vlc.play()'><img src="play.jpg" width="70" height="16" border="0" alt="Play Video"></a> </td>
and looks similar to what i'ld like to create for PREV, NEXT, "GOTO # file" options.