I am using a pre-made mp3 player that i got from

http://musicplayer.sourceforge.net/

i am sure that some of you have run accross this player before because i see it referenced in some of the other topics

okay, so here goes, I got the player to work with all the default info in place, so i know it works.

I altered some of the code in the .as file so that it would read from my playlist.

I created a playlist based on the onformation that I got from the same area. My playlist looks like this.

<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="0" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>http://www.obstrep.com/music/Dominion.mp3</location>
<annotation>Obstrep - Dominion</annotation>
</track>
</trackList>
</playlist>


very simple, right ... wrong... The player loads the annotation .. "Obstrep - Dominion" but not the mp3. the loader bar moves like it is getting information, but i do not get any sound from the player.

I know that the sound file is good because I have that file play automatically when my webpage opens, but the player just will not load the mp3

you can see what happens by going to

http://www.obstrep.com/music/xspf_player_slim_obstrep.htm

thank you for any advice in advance.

kristal