View Single Post
Old 02-26-2007, 10:18 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
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.
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote