Okay, I'm a little confused now. I have my playlist finished one Webjay, and I found a host (imageshack) and I uploaded my swf player file. Now I'm working with the code. I understand the code if I want a single song:
<track>
<location>http://www.example.com/folder/song.mp3</location>
<annotation>Name of Track</annotation>
</track>
So I guess for each song I add another track?
But I don't know where in the code to put the player URL.
This part of the tutorial has me confused:
http://url of flash player file?playlist_url=url of playlist file
I don't know where the file for my Webjay playlist would be(I only know how to get the urls for the mp3 files individually), and I where would I put
http://url of flash player file?playlist_url=url of playlist file in my profile theme?