SopheakVirak
SopheakVirak

Reputation: 961

Music Play List

I have a lot of mp3 files and i stored path of these file in MySQL database(Path example: \music\1.mp3 , \music\2.mp3 , \music\3.mp3) in music_tbl table.

I can play this music one by one because i use OnClick java for html tage <A> to play mp3 file.

But I want to make a playlist(Auto play for next mp3) in javascript and php, please kindly give me some way to do, thank you very much.

Upvotes: 0

Views: 1096

Answers (1)

keto23
keto23

Reputation: 1207

Have a look at jPlayer. It's very customizable and is easy to use/install.

http://jplayer.org/latest/demo-02-video/

Upvotes: 1

Related Questions