Playing music outside of the datatable.
Playing music outside of the datatable.
jkathir
Posts: 18Questions: 5Answers: 0
- Need a best web mp3 player with equalizier and other options which will be displayed first
- Below the music player a datatable with exist with huge rows and each row will point to a mp3
- Need to play the music player to play the selected row of a datatable?
What would be the Web music player
Invoke on when row is clicked with a button
Number of music mp3 files would be 2,000
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
@allan any suggestion on this?
Choosing the audio player you use is outside the scope of this forum.
One option is to use the Select extension. There are some examples of using the API for events and getting selected items.
Kevin
Yup - what Kevin says .
Allan
I agree it is related to integration. Any link for reference to have the integration with datatable.
Want to use the following player when a row is clicked -
https://alloyui.com/examples/audio/real-world
would seem to do it.
Allan
Thanks for your kind reply Allan as usual. I hope you will understand the alloy ui audio above example very easily than i can. Is it possible for you to give me a sample code with single row with any mp3 file link.
Sure - happy to write that code for you under the Quick Support 180 package.
Allan
No issues, allan. I have done it by myself...Do you know any beautiful open source player with equalizier and stereo effects which can be integrated as alloy? Just a suggestion would be helpful.
Nope sorry. Web audio isn't something I've used much.
Allan
@allan after getting the row data as below
var rowData = table.row( this ).data();
how to get the specific column value? example my column is the 4th column and first column is serial number - it may be auto-incremented or manual
rowData[3]
if you are using arrays.rowData.myDataPropertyName
if you are using objects.Allan
Hi,
I have a media elements player outside the table.
The script to play audio is this
But I cannot use the player outside the table, I cannot select it... it is impossible?
thanks
@pettedemon - I'm not sure how your question relates to DataTables? Perhaps you can link to the page showing the issue so I can take a look please?
Allan