Forum Moderators: open
On the page it tells you how to load an mp3 file and play it etc., what I'm not sure about is how to make it start everytime a link is clicked.
I have the following code:
<object type="application/x-shockwave-flash" width="400" height="170"
data="xspf_player.swf?playlist_url=test.xspf">
<param name="movie" value="xspf_player.swf?playlist_url=test.xspf" />
</object>
Now, each time a new mp3 file is clicked, I need to somehow change the object querystring and have it restart?
Any ideas or is this a job for javascript?