Audio Player In 1.10?

Audio Player In 1.10?

MattDMattD Posts: 27Questions: 2Answers: 0
edited July 2014 in DataTables 1.10

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!

Replies

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    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

  • MattDMattD Posts: 27Questions: 2Answers: 0

    Hey Allan,

    Thanks for the quick feedback on this. I'll look into it!

This discussion has been closed.