Hi,
I appreciate what you do guys in this great site.
I want to know if there are any way to play Sound list clips with HTML5.
This is a audio code in HTML5:
<audio controls="controls" autoplay="autoplay">
<source src="test1.mp3" type="audio/mpeg" />
</audio>
it is work with me but what i want is how can i play many sound list example : if i have file " test.mp3" and "test2.mp3" and "test3.mp3" and i want play these clips auto . when the " test.mp3" finish "test2.mp3" start automatically and when the "test2.mp3" finish "test3.mp3" start automatically.
i hope you got my idea guys
regards Ahmed