Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

onTime callback onplaylist


Hi,

I'm trying to apply a onTime callback in a playlist ?
It's working fine for a single video, but how to do it for a specific video in a playlist ?

myVideo.onTime(function (event) {
if (event.position>2) {console.log("mote than 2 seconds passed"); }
});

Thanks for your help

Marc

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I would expect onTime to fire for all videos in the playlist. Can you send a link to a test page where you are trying to implement this?

This question has received the maximum number of answers.