1. Video tag Supports automatic playback in Firefox, but not in Google and IE <video controls="controls" autoplay="autoplay" name="media"><source src="./img/music.mp3" type="audio/mpeg"></video> Google can enable autoplay by adding muted <video controls="controls" autoplay="autoplay" name="media" muted><source src="./img/music.mp3" type="audio/mpeg"></video> The principle is that most browsers support silent video playback. <video controls="controls" autoplay="autoplay" name="media" muted><source src="http://vjs.zencdn.net/v/oceans.mp4" type="audio/mpeg"></video> 2. Audio tag Note: The tag defines a sound, such as music or other audio stream. <audio controls="controls" ><source src="./img/music.mp3"></audio> Note: Only music can be loaded, not video 3.embed Supports multiple players Autoplay supports Android, but not iOS. It supports Google IE and Edge, but not Firefox. <embed src="./img/music.mp3" hidden="true" autostart="true" loop="true"> <embed src="http://vjs.zencdn.net/v/oceans.mp4" autostart="true" loop="true"> Additional notes: It has always been a common practice on iOS and Android that audio cannot be played automatically. The desktop version of Safari also announced in version 11 in 2017 that it would disable the automatic playback of multimedia with sound. Then, Chrome 66 released in April 2018 also officially turned off the automatic playback of sound, which means that <audio autopaly> <video autoplay> will also be invalid on the desktop version of the browser. Google explains: This is the end of this article about the implementation example of adding music videos to HTML web pages. For more relevant content about adding music videos to HTML, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope that everyone will support 123WORDPRESS.COM in the future! |
<<: Implementation of MySQL Multi-version Concurrency Control MVCC
>>: Rainbow button style made with CSS3
In the forum, netizens often ask, can I read the ...
The upload form with image preview function, the ...
The detailed installation process of mysql5.7.21 ...
Table of contents Written in front 1. Ngixn image...
1. Add alternative text to your logo This has two...
This article uses the crontab command in the Linu...
Table of contents Query Background 1. Like query ...
Table of contents Overview Canvas API: Drawing Gr...
This CSS reset is modified based on Eric Meyers...
ask: I have styled the hyperlink using CSS, but i...
Table of contents Error message Cause Error demon...
Table of contents Normal paging query How to opti...
This article shares the specific code of Javascri...
Ubuntu is a relatively popular Linux desktop syst...
1. Command Introduction The read command is a bui...