in a network found such a player howler.js but it is why it is distorting the function of the loop..after playing the 1st track is played simultaneously start 2,then 3 and so on track...can be overcome,if not then is There a work functional music player for website with customization design (previous track,next,loop playback,volume control,the ability to rewind)
here's some of the code from the demo..
var sound = new Howl({
src: ['sound.webm', 'sound.mp3', 'sound.wav'],
autoplay: true,
loop: true,
volume: 0.5,
onend: function() {
console.log('Finished!');
}
});