Answer the question
In order to leave comments, you need to log in
The video tag doesn't fire on the first page load. Why?
Hello! Such situation:
<video autoplay loop poster="poster.jpg">
<source src="video.ogv" type='video/ogg; codecs="theora, vorbis"'>
<source src="video.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="video.webm" type='video/webm; codecs="vp8, vorbis"'>
<object data="video.swf" type="application/x-shockwave-flash">
<param name="movie" value="video.swf">
</object>
</video>
Answer the question
In order to leave comments, you need to log in
https://developers.google.com/web/updates/2017/09/...
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question