Play multiple audio and video files

Source: Internet
Author: User

onended Events

when the audio playback is finished, JavaScript is executed: <audio onended= "myFunction ()" >

The onended event is triggered at the end of video/audio (audio/video) playback.

    • HTML in:<element onended= "myScript" >
    • In JavaScript:object. Onended=function () {myScript};
    • In JavaScript, use the AddEventListener () method:object. AddEventListener ("ended", myScript);

Example:

<audio onended= "if (Audios[i]) {this.setattribute (' src ', audios[i]); i++;} Else{alert (' finished ');} "src=" Music/123.mp3 "AutoPlay controls></audio><script type=" Text/javascript "> var audios=["music/Joker Xue-actor. mp3", "MUSIC/MC God bless-one person I drink drunk. mp3"],i=0;</script>

  

Reference: http://www.runoob.com/jsref/event-onended.html

Play multiple audio and video files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.