Event listeners - detect video stop or complete

Permalink
Does your player pass events to JavaScript like the Adobe video component does? I'd like to detect when the video has completed or been stopped so I can close the popup/overlay automatically.

My client's site has a video as their splash screen. Their old Flash site would automatically close the video overlay once completed. I need their new splash page to do the same.

Thanks!
dpidan
View Replies:
Trivera replied on at Permalink Reply
Trivera
Has anyone found an answer to this question yet? Need to know if we need to use a different video player if there is no callback or event for video end...
elyon replied on at Permalink Reply
elyon
Just so I understand, what is the use-case?

Is it to display a popup, then to have it disappear when the video is completed, or is it for some other purpose?

If I understand what you want to achieve, then I may be able to dispatch callbacks to Javascript, or perhaps do something more which may suit your use-case better.

Thanks!