Hello, hopefully this is the right forum. It seemed appropriate.
I'm having some pretty annoying problems setting up my XSPF playlist on our bands website.
We want to add the XSPF player to a certain page in our site. (Our press kit page)
www.prayers-for-rain.com/presskit/presskit.php (don't laugh, by the way, the page hasn't been templated yet, so yes, it is just raw info at the moment.)
As you can see when the page loads, the player does load. However, it does not seem to be reading the XSPF file I created. It is alway playing that "Puppetbox" stuff from the XSPF player site.
Here is my xspf file:
<!--
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns = "http://xspf.org/ns/0/">
<trackList>
<track>
<location>automatic.mp3</location>
</track>
<track>
<location>dreamgardenlive.mp3</location>
</track>
<track>
<location>fallingin.mp3</location>
</track>
<track>
<location>anewlife.mp3</location>
</track>
<track>
<location>sleepyhead.mp3</location>
</track>
</trackList>
</playlist>
-->
Not commented out, of course.
What is going on? Why isn't the player connecting to the xspf file that I uploaded? XSPF is brand new to me, so taht's partly the problem. There is very little documentation out there on this whole topic, hopefully someone out there can help me out?
My e mail is: jamie@prayers-for-rain.com
Please help!
