-
Hi,
I’m using js api to detect when player is paused or stopped. It works fine with one or two players on the page.
However, how can I find out which player triggered the event if I have multiple players on the same page? Like 5 or 10 players.
Specifically, how can I select the player that triggered the event via jquery?
Using something like $(‘.flowplayer.is-paused’) works great with one or two players but with multiple players it ambiguous.
Is it possible for the api to return the id of the player that triggered the event?
Thanks!