Anthony Gladdish
unread,Jun 15, 2011, 11:35:07 AM6/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jPlayer: HTML5 Audio & Video for jQuery
Hi,
Using jPlayer, I would like to move the play head on the progress/seek
bar, and on mouseup or click, I would like to get the time in seconds
associated with the new play head's position ( this is so I can jump
to some associated transcript text associated with the playing
audio ).
Could anyone point me to the relevant code?
I've presuming something along the lines of:
playerEn.bind($.jPlayer.event.progress, function(event) {
t = event.jPlayer.status.currentTime;
alert('t: '+t);
});
Thanks,
Anthony