This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
support:browser_support:play_audio [2018/10/02 13:44] edmondsj |
support:browser_support:play_audio [2020/02/21 10:59] (current) edmondsj [Another approach] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[https://developers.google.com/web/updates/2017/09/autoplay-policy-changes|Description]] | * [[https://developers.google.com/web/updates/2017/09/autoplay-policy-changes|Description]] | ||
| * Suggestions: | * Suggestions: | ||
| - | * From Google: You can decide to disable entirely the autoplay policy by setting the Chrome flag "Autoplay Policy" to "No user gesture is required" at ''chrome:\/\/flags/#autoplay-policy''. This allows you to test your website as if user were strongly engaged with your site and playback autoplay would be always allowed. | + | * From Google: You can decide to disable entirely the autoplay policy by setting the Chrome flag "Autoplay Policy" to "No user gesture is required" at the URL below. This allows you to test your website as if user were strongly engaged with your site and playback autoplay would be always allowed. |
| + | |||
| + | <code> | ||
| + | chrome://flags/#autoplay-policy | ||
| + | </code> | ||
| + | |||
| + | ===== Another approach ===== | ||
| + | |||
| + | * With the auto club notification dialog showing: | ||
| + | |||
| + | {{:support:browser_support:auto_club_notification_1.jpg}} | ||
| + | |||
| + | * Click on the "lock" icon just left of ''rangersst.com/autoclubnotification.htm'' and you should see a screen somewhat like this: | ||
| + | |||
| + | {{:support:browser_support:auto_club_notification_settings_1.jpg}} | ||
| + | |||
| + | * Click on ''Site settings'' and you should see a screen somewhat like this: | ||
| + | |||
| + | {{:support:browser_support:auto_club_notification_settings_2.jpg}} | ||
| + | |||
| + | * The ''Sound'' setting should be set to ''Allow''. If this is a change in setting, you may then see a prompt in the notification dialog like this: | ||
| + | |||
| + | {{:support:browser_support:auto_club_notification_2.jpg}} | ||
| + | |||
| + | * Click on <html><button>Reload</button></html>, and the dialog should reload with sound playing. | ||
| + | ====== Other references ====== | ||
| + | |||
| + | * [[support:browser_support:chrome_allow_insecure_content|Chrome prevents dispatch and map from loading]] | ||
| + | * [[support:15_computer_tips:03_chrome_support|Chrome Support]] | ||