nouknouk@yahoo.com
Hi,
First, thanks for your work and for sharing it to
(many) others :-)
I tried to find a way to manage dynamically the
playlist currently playing but i didn't found any
solution. What I would like to be able to do is :
- the user choose a playlist with 3 track (for
example); A popup window with xspf and those 3 tracks
is opened and the listening starts.
- the user clicks on another track in my main webpage
=> I would like this 4th track to be added to the
playlist without interupting the current playing.
- the same to remove one track from the playlist.
I tought about javascript calls to be able to manage
the currently loaded playlist (add / remove tracks /
clear the playlist / change the currently played track,
...)
Would it be possible ?