Hi,
Please tell me if there are really question marks in the xml tag:
<?xml version="1.0" encoding="UTF-8"?>
I have been struggling for days, trying to get a simple streaming audio player to work.
I paid for two different hosts so far, and uploaded 180 megs of music twice, but I can't get the playlist to load. Host says they support streaming audio and I shouldn't be having a problem.
I have copied and pasted from several sources to ensure it isn't my error, then simply substituted file names and locations; tried both case-sensitive then all lower case, everything matching, to no avail.
I have made sure to save as UTF-8, recommended to be "plain text." I have checked all details many times but cannot fix!
The only thing I'm unable to check is the question marks. I see question marks in place of many characters and can't figure out why. May or may not be related.
Thanks in advance, I'm at my wits' end.
Oh, latest attempt, short version:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns = "http://xspf.org/ns/0/">
<title>The Title of Your MP3 Player</title>
<trackList>
<track>
<location>http://correct url/music/feelingroovy.mp3</location>
<image>http://correct url/music/star.gif</image>
<annotation>Feeling Groovy</annotation>
</track>
<track>
<location>http://correct url/music/mondaymonday.mp3</location>
<image>http://correct url/music/star.gif</image>
<annotation>Monday Monday</annotation>
</track>
</trackList>
</playlist>
Bookmarks