I have an xspf player on my page as a gadget-url:
for the playlist used this and saved as .xspf
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns = "
http://xspf.org/ns/0/">
<title>Felis Olette</title>
<trackList>
<track>
<location>http://n.fresh.googlepages.com/song.mp3</location>
<image>http://n.fresh.googlepages.com/bb.jpg</image>
<annotation>song</annotation>
</track>
</trackList>
</playlist>
but it doesn't work! The player still plays the other playlist that comes with the url. any problems here?