Now I use
document.getElementById('myVideo2').addEventListener('ended',myHandler,false);
if I want to add a new event after a video has been played.
How can I check, when a video actually starts playing and is seen on screen? I need this because I want to add some extra animation around the video which needs to be triggered exactly with the first frames of the video.