MCQs > IT & Programming > HTML 5 > Play Audio Loop using the following code example?

HTML 5 MCQs

Play Audio Loop using the following code example?

Answer

Correct Answer: audio = new Audio(‘asound.ogg'); audio.addEventListener('ended', function() { this.currentTime = 0; this.play(); }, false); audio.play();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

HTML 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

HTML 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it