I have embedded a youtube video in an html page. I am using the youtube iframe API with Flash (in my case, I cannot use HTML5 video). Since the last update, Google Chrome Chrome has blocked auto-play and has not been able to programmatically play / pause video (element.playVideo () is not responding). (Everything is fine in other browsers)
The only way I found is this:
- Go to Chrome Settings
- Then click Show advanced settings ...
- Then click Content Settings
- then under Plugins select the 1st option Run all plugin content (or select a specific exception)

This is a TO COMPLICATED solution for users, does anyone have a solution without any user interactions?
javascript google-chrome flash youtube youtube-iframe-api
Damien romito
source share