Which of the following will detect when an HTML5 video has finished playing?
Correct Answer: var video = document.getElementsByTagName('video')[0]; video.onended = function(e) { }
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions