In Blocking Autoplay Videos, Chrome Is Breaking Many Web-Based Games (arstechnica.com)
An anonymous reader quotes a report from Ars Technica: An update Google rolled out for its popular Chrome browser this weekend helps prevent those annoying auto-playing video ads on many websites from disturbing your day with unwanted sound as well. But that update is causing consternation for many Web-based game developers who are finding that the change completely breaks the audio in their online work. The technical details behind the problem involve the way Chrome handles WebAudio objects, which are now automatically paused when a webpage starts up, stymying auto-playing ads. To get around this, Web-based games now have to actively restart that pre-loaded audio object when the player makes an action to start the game, even if that audio wasn't autoplaying beforehand. "The standard doesn't require you to do this, so no one would have thought to do this before today," developer Andi McClure told Ars Technica. "With Chrome's new autoplay policies, developers shouldn't assume that audio can be played before a user gesture," Google told The Daily Dot in a statement. "With gaming in Chrome, this may affect Web Audio. We have shared details on what developers can do to address this, and the design for the policy was published last year."
...Nothing of value was lost.
Who's writing video games in HTML anyway? Why would you write a game in HTML?
Flash and Java applets provides a method of writing games you could play in web browsers, and no one particularly cared when those technologies went away, because web games are universally terrible anyway.
If they worked it like blocking notifications then you would have more options.
It broke all of my Captivate tutorials that use autoplay feature as well. Chrome is really making it difficult for me to recommend it lately.
Fuck web based "games'. I'm supposed to be subjected to unwanted videos because some retard wants to play "games"? Fuck that shit.
Isn't this a solved problem at this point? It seems like all the Chrome users are suddenly rediscovering all the features that have been in Firefox for decades.
Back around Y2K, you got this feature by installing the Flashblock extension. I stopped installing it when Firefox made it so that you had to click to start any plug-in. Now it is available as "media.autoplay.enabled" setting in about:config. I guess I am in shock that anybody *doesn't* set their computer this way. I think there is even an option in Firefox to say "it's okay to let *this* site autoplay stuff."
Does it also block autoplay on youtube?
That kind of annoyed me.
They should use AI technology to determine if the user wants the audio to start automatically or not. Can't AI do that?
Modern app appers know that only apps can app apps, and the appiest apps are apped using Apps on Appdows 10 S! The LUDDITES at LUDDITE Google broke LUDDITE Chrome so it can't run appy app apps anymore!
Apps!
It's the modern day IE6, they can do whatever they want. Doesn't mean they should, or that they'll always be able to, but it seems likely they'll continue to do so until it starts to hurt their wallet. Or they lose interest in it.
There is no XUL, only WebExtensions...
I cant even imagine using devices that autoplay 'crap' anymore.
Automated systems can make a pretty darn good guess whether a particular user wants to play a particular piece of media, and Google's comments seem to indicate they are headed in that direction.
Another person who posted mentioned the current behavior causes problems for online courses created with a tool called Captivate. If you are taking online courses, from an institution that uses Captivate, it's not hard for Chrome to notice "this week, this guy has loaded fourteen other Captivate pages, and every time he's clocked the play button. Apparently he wants Captivate courses to play.'
It took Google Chrome doing this to have websites like Netflix fix their broken video player when you have autoplay disabled (in firefox my case).
Vimeo is still broken though, even after countless bug reports to them over the years about it.
Wonder when Google will fix YouTube where you have to press play twice in order for it to start playing a video with autoplay disabled.
This space is not for rent.
Netcraft confirms it: Apps are dying!
They're in the process of disabling flash. In the version I'm running, Flash is technically supposed to ask to play, but Chrome doesn't actually display a prompt and treats it as if the plugin isn't present at all. You have to enable it for specific sites, which means you're doing an all-or-nothing approach.
In my case specifically, I disabled the option "Use hardware acceleration when available" because it was a troubleshooting step in the past (Youtube was somehow misbehaving under Chrome.) The result is some Flash/WebGL games are unplayable because they don't show critical images, such as the phasing bloons that don't show in Bloons Super Monkey 2.
Basically, those playing web games need to use Internet Explorer (version 8/9 that still supports plugins), Pale Moon, or Vivaldi. Sticking with Chrome/Firefox/Edge means those web games will die.
Developers should be used to changing rules, as annoying as they are. Maybe Google could have found another way, but if it was too easy to work around then the ads would do so?
In this case the issue appears to stem from preloading behaviour. Maybe the alternative here is if Chrome asked for permission, on behalf of the site, just like the location API does?
The main solution here seems to be to delay resource loading until there is user interaction.
Jumpstart the tartan drive.
Seriously, auto-play any-kind-of-crap and you've pissed me off. If Google defeats that, rejoicing will abound.
Hey everybody. I make stuff (educational games mostly) and put it on the Internet and I don't charge anything for that stuff. I don't run ads on my websites. I use HTML5 to make my games, because I believe in open web standards, and I want my games to keep working forever.
Two of my games broke.
I can't add the click callback fix, because both games don't even use the mouse (keyboard only), and load with the game in a centered div. Neither game is fixable, unless I tell my users to click, for no reason, other than Google is stupid.
I don't like ads either, but I think everybody should follow the rules.
No web content should make assumptions about the access it has to the browser side controls.
The audio should be muted by default, not blocked. User simply unmutes for the game.
Not news. This is not a bug its a feature.
Load the page with an autofocused <button> element, and instruct users to press the Enter key. Chrome should be treating activations of that button as user gestures.
You want to go to a link... you click on it. It's your choice. I didn't click a video, I don't want to see a video, why are you forcing it on me?
Then use it and quit complaining. The problem Google is trying to solve is far worse than the one people are complaining about.
Talk about a sense of entitlement... people discover autoplay and rely on it. *cough*game programmers*cough* My preference is to have ALL dynamic browser objects disabled by default. Allow users to enable it. I'm with Tim Berners-Lee in the belief that "The Web" is fundamentally broken and this is just another example of it.
--- You are in a little twisty maze of comments, all different.