play_video.html
Play Video Your browser does not support the video tag. Play document.getElementById('playButton').addEventListener('click', function() { var video = document.getElementById('myVideo'); video.play(); });

Play Video
Your browser does not support the video tag.
Play