I am struggling to get an HTML5 video to play when arriving at the page via an AJAX request.
If you refresh the page, or land directly on the page, it works fine. But wh
Your video tag has no ID. What if you had two tags? You want:
and then:
video = document.getElementById('blah');