désolé, le fichier playlist.xml ne fonctionne pas, le voici



<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Sample XSPF Playlist</title>
<info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info>
<trackList>



<!-- You need one of these blocks of code for each song in your playlist. -->
<!-- You can simply copy-paste one of these blocks to add a song. -->
<track>
<annotation>Calling You - Blue October</annotation>
<location>mp3/CallingYou.mp3</location>
<info>http://www.blueoctoberfan.com/foiled/index.php</info>
</track>

<track>
<!-- here you insert your song's title -->
<annotation>Devotion and Desire - Bayside</annotation>
<!-- here you insert the location of your mp3 file -->
<location>mp3/DevotionAndDesire.mp3</location>
<!-- here you insert a link for this song, or leave it blank for no link -->
<info>http://www.baysiderocks.com/Music.asp</info>
</track>
<!-- this is the end of the code for one song -->

<track>
<annotation>Face Down - The Red Jumpsuit Apparatus</annotation>
<location>mp3/FaceDown.mp3</location>
<info>http://www.redjumpsuit.com/</info>
</track>

<track>
<annotation>Good People - Jack Johnson</annotation>
<location>mp3/Goodpeople.mp3</location>
<info>http://www.jackjohnsonmusic.com/</info>
</track>

<track>
<annotation>Miss Murder - A Fire Inside/AFI</annotation>
<location>mp3/MissMurder.mp3</location>
<info>http://www.afireinside.net/</info>
</track>

<track>
<annotation>One Day - Trading Yesterday</annotation>
<location>mp3/OneDay.mp3</location>
<info>http://www.tradingyesterday.com/</info>
</track>

<track>
<annotation>Seein' Red - Unwritten Law</annotation>
<location>mp3/SeeinRed.mp3</location>
<info>http://www.unwrittenlaw.com/</info>
</track>

<track>
<annotation>The Acoustic Song - The Red Jumpsuit Apparatus</annotation>
<location>mp3/TheAcousticsong.mp3</location>
<info>http://www.redjumpsuit.com/</info>
</track>

<track>
<annotation>Under the Tracks - Coldplay</annotation>
<location>mp3/UndertheTracks.mp3</location>
<info>http://www.coldplay.com/index.php</info>
</track>

<track>
<annotation>Upside Down - Jack Johnson</annotation>
<location>mp3/UpsideDown.mp3</location>
<info>http://www.jackjohnsonmusic.com/main.asp?page=music.asp?Navid=7</info>
</track>

<track>
<annotation>When the Night Feels MySong - Bedouin Sound Clash</annotation>
<location>mp3/WhenTheNightFeelsMySong.mp3</location>
<info>http://www.bedouinsoundclash.com/</info>
</track>


</playlist>