Post Sat Apr 24, 2010 4:21 pm

XSPF playlist not working

Hi Friends,
I had created a playlist myfav.xspf having url http://h1.ripway.com/sforsandeep/myfav.xspf.
The contents is actually
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track><location>http://h1.ripway.com/sforsandeep/bluenight.mp3</location></track>
<track><location>http://h1.ripway.com/sforsandeep/breakingmyheart.mp3</location></track>
<track><location>http://h1.ripway.com/sforsandeep/OpenYourheart.mp3</location></track>
</trackList>
</playlist>


Then in my webpage I use the code

<HR><B>If in this lifetime, I wont get to have you, I'll make sure that if I meet you in my next life I wont have to think twice on saying that "I waited a lifetime to say I love you...<BR> Yes… No one ever replace you…. </B><HR><p><embed src="http://h1.ripway.com/sforsandeep/xspf_player_slim.swf" width="200" height="20" allowfullscreen="true" flashvars="&playlist_url=http://h1.ripway.com/sforsandeep/myfav.xspf&height=20&width=200&showeq=true&autoload=true&autoplay=true &repeat_playlist=true&shuffle=false&volume=100">
</embed></center></p>

But the playlist is not loading... it only shows "Playlist loading...." but nothing else..

Every song from the same location works when I use with song_url method.
But playlist is not working...

THanx in advance