Home > Article > Web Front-end > Detailed introduction to HTML5 multimedia audio and video (1)
Usually browsers install flash to play audio and video on web pages.
HTML5 adds audio and video elements for audio and video playback, thereby reducing dependence on flash.
HTML5 specifies a standard way to include audio through the audio element.
Currently the audio element supports the following three audio formats:
Audio format | IE9 | Firefox 3.5 | Opera 10.5 | Chrome 3.0 | Safari 3.0 |
---|---|---|---|---|---|
NO | YES | YES | YES | NO | |
YES | NO | NO | YES | YES | |
NO | YES | YES | NO | YES |
Currently the video element supports the following three video formats:
IE | Firefox | Opera | Chrome | Safari | |
---|---|---|---|---|---|
No | 3.5+ | 10.5+ | 5.0+ | No | |
9.0+ | No | No | 5.0+ | 3.0+ | |
No | 4.0 + | 10.6+ | 6.0+ | No |
[Related recommendations]
Detailed explanation of the video tag test application of html5
2. html 5 Use the video element to create a video player
3. Share the problem and solution of a video tag that cannot play mp4
4. H5 The solution to the video tag that can only play sound but not video
5. The MIME type of IIS is not registered as the MP4 type, resulting in the inability to recognize the vidoe tag.
The above is the detailed content of Detailed introduction to HTML5 multimedia audio and video (1). For more information, please follow other related articles on the PHP Chinese website!