I'd like to know if it is possible to add a time listener to the allvideoplayer, and how to do that.
Thanks a lot.
For JW player there is some listener that enables the user to access the time position, hence enabling us to trigger event. To get the position we just have to add this:
player.addModelListener("TIME", "positionListener");
Unfrtuantelly, I didn't manage to make it work with allvideo. I also don't know how to access its API, so if someone has any clue of how to do that, please help me.