Usted puede hacer algo como:
var tmr=setInterval (checkTime, 100);myVideoPlayer.playheadUpdateInterval=100;checkTime de la función (){ si (internacional (myVideoPlayer.playheadTime) ==5) { doMyFunc (); clearInterval (checkTime); }}