Reputation: 1014
I want to link a playlist with the <audio>
element in HTML5, so that:
How can this be achieved through HTML5, JavaScript etc.? I'm using ASP.NET at the backend.
Also, can I give user the liberty to play any song from his/her playlist alongside the audio player? My friend told me that it can be achieved by tweaking its DOM (Document Object Model). Please help how can it be achieved?
Upvotes: 1
Views: 361
Reputation: 2256
How about jQuery HTML5 Audio Player? http://www.jplayer.org/latest/demo-02/
Upvotes: 1