width : width of the music player
height: height of the music player
autostart : you want the music to start playing automatically (values : false or true)
MUSIC FILE URL : the direct link to your music file
additional attributes:
loop : true (or) false
If you want to continue playing the same track again and again until the visitor click on the 'STOP' button (or until he/she leaves your site), set the value to 'true'.
If you want the music to stop once the track is completed, use 'false'
playcount : n (n= any positive number)
suppose.. if you put playcount: 2 , the music will play two times and stop
source: http://www.bloggertricks.com/2009/05/how-to-add-musicmp3audio-player-to-your.html