Viral Jain
Viral Jain

Reputation: 1014

How can I let a user navigate and play a playlist using the HTML5 <audio> tag?

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

Answers (1)

Mahesh
Mahesh

Reputation: 2256

How about jQuery HTML5 Audio Player? http://www.jplayer.org/latest/demo-02/

Upvotes: 1

Related Questions