if anyone wants to have the mp3 player on their website with their own tracks simply right click and save the swf
http://smokeycash.com/mat/mp3.swf
then save this as playlist.xml and put in the same directory
Code:
<?xml version="1.0" encoding="UTF-8"?>
<songs>
<song name ="Song Name" band ="Artist" file="mp3s/4.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/3.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/6.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/1.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/10.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/11.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/8.mp3" />
<song name ="Song Name" band ="Artist" file="mp3s/9.mp3" />
<song name ="Song Name" band ="Artist" file="track01.mp3" />
</songs>
the mp3's can either be in the same folder or point to a subfolder
the flash player loads the mp3's into the player dynamically from the xml file.