
Could not add internal listener
I'm trying to add some event listeners to the player but I get this error:
"Could not add internal listener".
First I create the player with setup() and then I add events:
jwplayer("placeplayer_"+video_id).onPlay(function(){...});
jwplayer("placeplayer_"+video_id).onPause(function(){...});
Link: http://www.tvi.iol.pt
Thank you!