Using a script for an mp3 player. Desktop testing, movie shows ‘undefined’ message. I use the original xml file and all is well. I replace one of the defined urls in the original xml with one of my own - undefined shows up. I’ve checked syntax, typos - none. I’ve checked my mp3 links - show up fine online. Help!
The original xml works with whatever fla I use…
Here is a line of the original xml:
<?xml version=“1.0” encoding=“UTF-8”?>
<playlist version=“1” xmlns=“http://xspf.org/ns/0/”>
<trackList>
<track>
<creator>Jim Carroll Band</creator><title>People Who Died</title>
<location>http://www.bezzmedia.com/swfspot/resources/42-song1.mp3</location>
</track>
</tracklist>
</playist>
and one from mine:
<?xml version=“1.0” encoding=“UTF-8”?><?xml version=“1.0” encoding=“UTF-8”?>
<playlist version=“1” xmlns=“http://xspf.org/ns/0/”>
<trackList>
<track><creatorChoco Orta</creator><title>Ahora Mismo</title><location>http://www.chocoorta.net/audio/01AhoraMismo.mp3</location></track>
</tracklist>
</playlist>
What am I missing???
Thanks for any advice…