CODE
<object data="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml" type="application/x-shockwave-flash" width="300" height="200"><param name="movie" value="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml"/></object>
this is the normal code, from bezz's site.
1) Download the built mp3 player, upload it to your zymic account.
2) Download the XML playlist, upload it to your zymic account
3) Get all your songs and upload them into filefreak (since i see its the place you choosed to upload your files)
- Never mentioned ? i think they MUST be MP3's and not WMA's...
So everything is online now, what you need to do is modify 2 things : Above code / Playlist.
The Player Code : [
CODE
<object data="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml" type="application/x-shockwave-flash" width="300" height="200"><param name="movie" value="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml"/></object>
See the code above, well the url's are WRONG, they are not pointing to your site. SO : what you need to do is point it to the correct URL or example : my sites url is mtzprod.com and all my files are inside the main folder !
http://www.mtzprod.com/musicplayer.swf?aut...om/playlist.xmlSee replace the link above by this one, there are actually 2 links as you can see, the DATA="" and the VALUE="" change both links (they are the same)
If my files were in a specific folder on my site such as /themp3 than it would be like :
http://www.mtzprod.com/themp3/musicplayer....p3/playlist.xmlOnce you are done changing your links and point the playlist and the player to the specific location just put the code inside your site where ever you want.
The Playlist
Everything is done but the playlist, your player is up the locations of the files are done BUT your playlist is actually wrong since the files location are not good.
This is the code from bezz's site :
CODE
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>Iron Maiden</creator>
<title>Fear of the Dark</title>
<location>http://www.bezzmedia.com/swfspot/resources/42-song3.mp3</location>
</track>
<track>
<creator>Social Distortion</creator>
<title>Ring of Fire</title>
<location>http://www.bezzmedia.com/swfspot/resources/42-song4.mp3</location>
</track>
</trackList>
</playlist>
As you can see there are 2 songs in this playlist code, you can ofcourse put as many as you want... just copy past from <track> to </track> Replace titles and the location of your songs (MP3'S OFCOURSE)
_____________
I think it should work, if it doesnt its probably because they are WMA's or the filefreak sucks

choose an other host, many free hosts....
Good Luck