
Jwplayer iframe embed (event-listeners not working)
I'm embedding video using iframe. Is there a way to include player event listeners from js?
When I tried doing so, I'm getting the error jwplayer() is not a function, since the player is still not there in the dom.
For instance:
jwplayer().onPlay( function(event){
//code
});