Audio Player In 1.10?
Audio Player In 1.10?
MattD
Posts: 27Questions: 2Answers: 0
So I've read posts about using an mp3 player in datatables in version prior to 1.10. Has anyone done something along the lines of this setup...
http://www.beatport.com/genre/breaks/9/tracks
A play button in the table which will play to an HTML5 or Javascript player outside of the table?
My starting point is using http://www.datatables.net/examples/api/row_details.html as a base
Thanks!
This discussion has been closed.
Replies
I'm not aware of it having been done, but I'd be surprised if it hasn't. Using jQuery events to call the audio player's API should really be all that is needed I think. This example shows of you use events with the DataTable: http://datatables.net/examples/advanced_init/events_live.html
Allan
Hey Allan,
Thanks for the quick feedback on this. I'll look into it!