
JW Platform iframe embed with player event listeners
The Platform embed allows for a javascript embed and an iframe embed. I'm wondering if there is a way to include the player event listeners when using the iframe embed method?
For instance:
jwplayer().onPlay( function(event){
doSomething();
});