jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

where to send mp3 data #360

Open MisterSigal opened 8 years ago

MisterSigal commented 8 years ago

Hi everyone! First, huge thanks for jPlayer developer(s). I need a little help with making my playlist. I use jPlayerPlaylist, then I need to put a background image beside the 'a' of native playlist or make my own playlist design.

How to know which ID's it gives to created by native script 'a' or 'li' so I can make css background image using this ID?

Also there is second way I can imagine: create new playlist with blackjack etc. but then the question is where is audio output? I mean where to send data onclick() with mp3 path and does it need stop and play events to stop previous track and start new onclik?