I am using jw player extension in my joomla site . On next and previous button click of the player i want show which of the song from the below list is playing , is there any way ? Please help if it possible to access jw player next/previous button click event on javascript/jquery Or how can we customize jw player next/previous button clicks ?
Asked
Active
Viewed 1,158 times
1
-
I'm afraid there are no events that are called from when the prev/next buttons are pressed/clicked. – emaxsaun Nov 29 '13 at 02:39
-
thanks Ethan for your comment , where exactly rhis next button click function happens . I mean when cliciking on next button the playing track will switch to the next one where this functionality happends in javascript , i want to add some extra feature on that clicks – user2999253 Nov 29 '13 at 04:03
-
There is not an event for this, I'm afraid. – emaxsaun Nov 29 '13 at 04:06
-
i need to show which playlist number is playing on each next and previous click , is there any way ? – user2999253 Nov 30 '13 at 17:37
-
There is an old demo here that shows something like this - http://developer.longtailvideo.com/contributors/nyboe/JW_API_xmpl_6-2-0-0.html – emaxsaun Dec 01 '13 at 04:18
-
Thanks Ethan this is exactly what i wanted So just need to add javascript event listeners in page ? just need to call sendEvent() js function onclick right – user2999253 Dec 03 '13 at 07:04