Once you add the FlashVars that I instructed you to do in the previous post, just add the relative links into the XML.
Open up playlist.xml in any text editor. In the sample playlist provided with the script, the first node looks like this:
To be able to display thumbnail images in the player, you want to edit that to this:Code:<track> <title>Homeland (MP3)</title> <creator>Postman</creator> <location>song.mp3</location> </track>
With "thumbsinplaylist" set to true, you should have the effect you're looking for.Code:<track> <title>Homeland (MP3)</title> <creator>Postman</creator> <location>song.mp3</location> <image>thumb.jpg</image> </track>



Reply With Quote
Bookmarks