
onTime event does not fire
Hey everybody.
First of all, sorry for my poor english.
I'm trying to pause the video at any given time, but is not working.
All other events like *onPlay* and *onComplete* are working fine.
Here is the piece of code that does not work:
bc.. onTime: function(e){
if(e.position == "1.51"){
jwplayer('player').pause();
}
}