Kasey
0
Q:

loade another webpage once video is over

video = document.getElementById('myvid');
video.addEventListener('ended',function() {alert('video is ended');       
window.location.href = 'http://www.google.com';})
0

New to Communities?

Join the community