Thursday, November 14, 2019

the buttons are fine for the forwards and backwards, but this is much nicer for the tables.

<table>
<tr><td onclick="Player.src = nextsrc[0]; Player.play();">1. track 1</td></tr>
<tr><td onclick="Player.src = nextsrc[1]; Player.play();">2. track 2</td></tr>
<tr><td onclick="Player.src = nextsrc[2]; Player.play();">3. track 3</td></tr>
<tr><td>4</td></tr>
.
.
.
.
</table>