bande
0
Q:

video.addEventListener

//Alert that the video has started to play:

var vid = document.getElementById("myVideo");
vid.onplay = function() {
    alert("The video has started to play");
};
1

New to Communities?

Join the community