
How to show popup at 3 last seconds of video ?
I know to show popup at 10 seconds but I don't know how to show popup at 3 last seconds of video. If video is 100 seconds of length, popup will be shown at 97 seconds. How to do that ? Thanks !
if (parseInt(event.position) > 10
{
code here
}