You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#106913 Video autoplay issue

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by ant on Wednesday, 24 February 2021 09:00 GMT

ant
Hello using JCE 2.9.3 beta9, with this code:

<p>
<video src="https://www.joomlacontenteditor.net/images/2021/video.mp4" autoplay="autoplay" controls="controls" width="100%" height="auto"></video>
</p>
on this page: https://www.domebulfaro.com/ the autoplay sometimes works, sometimes not. For example, on Chrome/Mac the first time I load the page it works, if I reload not. On Firefox/Mac it doesn't start at all. what can I do to get it fine? Thanks

Ryan
the autoplay sometimes works, sometimes not. For example, on Chrome/Mac the first time I load the page it works, if I reload not. On Firefox/Mac it doesn't start at all.


Browsers can be configured not to autoplay media, despite the video settings. With some browsers this is enabled by default. Firefox on my Mac does not autoplay media.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

ant
Thank you Ryan, I “solved” using the poster image.