You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the HTML5Video adapter in an iframe to make it compatible with player js. I then tried each method and event to check it was working. And noticed:
seeked fires when the video has been seeked by the user.
I have used the HTML5Video adapter in an iframe to make it compatible with player js. I then tried each method and event to check it was working. And noticed:
...from https://github.com/embedly/player.js#events seems to be incorrect.
I can't see a reference to
seeked
being sent as an event in https://github.com/embedly/player.js/blob/master/dist/player-0.1.0.js which would explain why it is not being sent. So should that be removed from the docs?The text was updated successfully, but these errors were encountered: