Am having a bit of an issue embedding a flash MP3 player into my web site. I downloaded the xspf player and followed the instructions but the last instruction was to add the following code.

<object type="application/x-shockwave-flash" width="400" height="170"
data="http:127.0.0.1/MusicPlayerExample/xspf_player.swf?playlist_url=http:127.0.0.1/MusicPlayerExample/playlist.xspf">
<param name="movie"
value="http:127.0.0.1/MusicPlayerExample/xspf_player.swf?playlist_url=http:127.0.0.1/MusicPlayerExample/playlist.xspf" />
</object>

The above url's have been changed to my location.

I tried using a placeholder on the page to insert this code but that didn't work. I opened the page in FrontPage and added the code but that didn't work either.
The player shows on the page and actually plays but is directed to some other play list and though it has about 300 songs, some quite good, without the code I can't get it to read from my playlist. Any thoughts?