How can I tell when an HTML5 audio element has finished playing?
Does it throw events I can listen to or something similar? I need to react when an audio track ends.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to W3Schools, you can use the
onendedevent to detect if the audio has finished playing.In jQuery:
For a demonstration see: http://jsfiddle.net/9PCEf/2/