Playlist-: Just edit the 'playlist.xml' file and put your songs' address (mp3 file address) list there.
Player Color , Enabling and Disabling Previous/Next buttons -: Just give a number between 1 to 5 in the 'playlist.xml' for desired color of your Mp3 Player.
list of color code. Blue = 1 Orange = 2 Green = 3 Black = 4 Yellow = 5
<properties> <properties color ="4"/> /* This is where you can set the Color.*/ <properties btn ="1"/> // Value "1" for Enabling and // "0" for Disabling pre/nxt buttons. </properties>
HOW TO USE ?
It is very simple to use.
Playlist-:
Just edit the 'playlist.xml' file and put your songs' address (mp3 file address) list there.
Player Color , Enabling and Disabling Previous/Next buttons -:
Just give a number between 1 to 5 in the 'playlist.xml' for desired color of your Mp3 Player.
list of color code.
Blue = 1
Orange = 2
Green = 3
Black = 4
Yellow = 5
Previous/Next buttons-:
Enable = 1
Disable = 0
XML File Preview:
<?xml version="1.0" encoding="ISO-8859-1"?>
<songs>
<song file="http://www.bigstockflash.com/images/Staff/audio/01.mp3"/>
<song file="http://www.bigstockflash.com/images/Staff/audio/02.mp3"/>
<song file="http://www.bigstockflash.com/images/Staff/audio/03.mp3"/>
<song file="http://www.bigstockflash.com/images/Staff/audio/04.mp3"/>
<song file="http://www.bigstockflash.com/images/Staff/audio/07.mp3"/>
<song file="http://www.bigstockflash.com/images/Staff/audio/06.mp3"/>
</songs>
<properties>
<properties color ="4"/> /* This is where you can set the Color.*/
<properties btn ="1"/> // Value "1" for Enabling and
// "0" for Disabling pre/nxt buttons.
</properties>
Enjoy Dynamite!