The configuration of the music player is done with the radio.xml. It can be modified using any editor. If you do not have an XML Editor see How to edit an XML file.
Never use a absolute path like c:\files which points to your disk drive on the PC. Always use a relative path like radio/01.mp3.
You can define the labels of the buttons which appear on the player. You can place a different link per button. If you do not need the button, leave text and link empty. The button will be invisible.
<button id="1" text="A4Flash" link="http://a4flash.com/lib/access/" />
To structure the presentation of the songs use different station names like Pop, Classic.
<station name="Classical Music" text="test">
Define the title, composer, mp3 file, image and links for the buttons. You always have to use relative paths for the mp3 file and the image like used in the sample. You can have any number of songs per station within the limitation of the free version (10 songs).
<song> ç song tag contains one song details
<title>Song1</title> ç set the title of the song
<composer>Songster1</composer> ç set the composer of the song
<file>Radio/01.mp3</file> ç set the path of the sound file
<<artistpic>Images/1.jpg</artistpic> ç set the picture of the artist
</song>