<mp3config>

    <!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) -->
    <autostart>false</autostart>
    <shuffle>true</shuffle>

    <!-- choose the mp3player repeat mode (none, one or all) -->
    <repeat>all</repeat>

    <!-- choose the mp3player volume (0 to 100) -->
    <volume>50</volume>

    <!-- choose here if you want to show the display and playlist (true or false) -->
    <showdisplay>true</showdisplay>
    <showplaylist>true</showplaylist>


    <!-- choose here in what frame you want links to be opened  (_blank, _self, _top or a framename) -->
    <linktarget>_top</linktarget>

    <!-- choose the mp3player colors (hexadecimal, from 0x000000 to 0xffffff) -->
    <backcolor>0xFFFFFF</backcolor>
    <frontcolor>0x000000</frontcolor>
    <lightcolor>0xA81414</lightcolor>

    <!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) -->
    <jpgfile>http://lh4.ggpht.com/_QYicOeu89Bk/SehjCnztqnI/AAAAAAAABWk/6sXRS9T0eHo/sampleskin.png</jpgfile>

</mp3config>