Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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();
});

2 Community Answers

Remco van Bree

JW Player Support Agent  
0 rated :

There is no way to interact with an iframe embeds as this would require javascript interactions to another domain, which is not possible in the javascript security model.

eddie.bell

User  
0 rated :

totally understand. thanks for the quick reply. I was hoping there might be something like the youtube iframe api that I wasn't seeing.

This question has received the maximum number of answers.