Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
And ????
I don't understand where is the problem.
You upload a small text file that explain to the player where to find the mp3 file to play, and that's all...
You can have a playlist of 1 track...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track><location>http://example.com/song_1.mp3</location></track>
</trackList>
</playlist>
__________________
Only a biker knows why a dog sticks his head out the window.
|