Help - Search - Members - Calendar
Full Version: Video Won't Autoplay
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
Just As I Am
I am using the code below to embed a video on the front page of a website at this website.

<video width="448" height="361" poster="/images/demo_poster.jpg" autoplay loop controls>
<source src="/videos/EvansRogers-Demo.ogv" type="video/ogg">
<source src="/videos/EvansRogers-Demo.mp4" type="video/mp4">
<source src="/videos/EvansRogers-Demo.webm" type="video/webm"></video>

The problem I am having is that in Firefox and Chrome, the video will not autoplay, but works fine if you manually play it. In Microsoft Edge, it autoplays, but gves me only sound (that is a different issue I will fix later).

Ideas?
CharlesEF
Firefox 66 to block automatically playing audible video and audio. See here. Maybe Chrome does the same?
Just As I Am
That was the solution for both Firefox and Chrome. Thank you.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.