mp3 player for myspace problems

Hi guys.
I’m kinda new and I made this cool little MP3 player based on a tutorial I found and altered etc… It works based on external .xml and .as files.

It was intended for myspace but now that I’m done, I can’t seem to make it work (on myspace).
Has anyone else ever made a custom mp3 player with .xml and external .as that works on myspace?

here is the player on my server working properly:
http://www.sandiegorecordshow.com/test/mp3_proj.html

here it is NOT working on myspace: (near the bottom of my page)
http://www.myspace.com/sandiegorecordshow

here is the code I am using for the myspace and I think this is where the problem is:

<embed allowScriptAccess=“never” allowNetworking=“internal” enableJSURL=“false” enableHREF=“false” saveEmbedTags=“true” src=“http://www.sandiegorecordshow.com/test/mp3_proj.swf” menu=“false” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“300” height=“320” name=“index”
flashvars=“playList=http://www.sandiegorecordshow.com/test/songs.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50” wmode=“transparent” border=“0”></embed>

I’m guessing that I also need to somehow call the .as file but I don’t know how? Can anyone help? Pleeeease oh please?