
Cannot add event listeners?
Hi, I just started working with jwplayer, but I am having trouble adding any event listeners to my player, but have no ideal what i am doing wrong... I cannot see any of the following methods on the player:
player.addControllerListener(EVENT,myFunction);
player.addModelListener(EVENT,myFunction);
player.addViewListener(EVENT,myFunction);
The only method there is 'removeEventListener', but this is kind of useless as I can't add any!
You can see a screenshot to show the lack of these methods here:
http://postimg.org/image/w9ewfq5hv/
Any help much appreciated!