HTML5 -- Audio, html5audioplay

Source: Internet
Author: User

HTML5 -- Audio, html5audioplay
I. Audio tag

Web audio

Until now, there is still no standard for playing audio on the webpage.

Today, most audios are played using plug-ins (such as Flash. However, not all browsers have the same plug-ins.

HTML5 specifies a standard method to include audio through the audio element.

The audio element can play audio files or audio streams.

Ii. Audio Format

Currently, the audio element supports three audio formats:

  IE 9 Firefox 3.5 Opera 10.5 Google Chrome 3.0 Safari 3.0
Ogg Vorbis    
MP3    
Wav    
Iii. Use

<Audio src = "testaudio" autoplay = "autoplay" controls = "controls" id = "audio1" loop = "loop">
Your browser does not support audio tags
</Audio>

Iv. Attributes of <audio> labels
Attribute Value Description
Autoplay Autoplay If this attribute appears, the audio will be played immediately after it is ready.
Controls Controls If this attribute is displayed, the control, such as the play button, is displayed to the user.
Loop Loop If this attribute is displayed, the video is played again whenever the audio ends.
Preload Preload

If this attribute is displayed, the audio is loaded when the page is loaded and ready for playing.

If "autoplay" is used, this attribute is ignored.

Src Url The URL of the audio to be played.

Related Article

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.