Chrome Beta Now Automatically Pauses Less Important Flash Content 98
An anonymous reader writes: Google today detailed a very interesting initiative in partnership with Adobe: The two have been working to make Flash content more power-efficient in Chrome. Available now in the browser's beta channel, Chrome will use less power by simply choosing to play less Flash content on the page. Here's how the feature works: Chrome beta will automatically pause Flash content that isn't "central to the webpage" while keeping central content playing without interruption. The company offers an obvious example: Animations on the side will be paused while the video you're trying to watch will be unaffected.
Uninstalled Flash last week. (Score:3, Interesting)
Can't say that I miss it.
Re: (Score:1)
4 years, for me.
Re: (Score:2, Funny)
Re: (Score:2)
Re: (Score:3)
HTML5 + Canvas + your JS library (Score:3)
In theory, HTML5 + Canvas + your own vector animation playback library written in JavaScript handles vector animation. This is supposed to be what Adobe's Edge Animate does. Then the problem becomes one of playing legacy Flash objects created prior to Edge Animate, such as those seen on Dagobah and Albino Blacksheep.
Re: (Score:2)
SVG
You're welcome.
Re: (Score:2)
Re: (Score:2)
Flash doesn't load at all unless I explicitly click it -- but for handfulls of websites where I want it to play, I can set noscript to whitelist those.
Re: (Score:2)
Anonymous Coward wrote:
It's 2015, only idiots still use Flash on their websites.
Are the administrators of (say) Newgrounds, Kongregate, and Weebl's Stuff idiots?
Variation of a theme (Score:5, Insightful)
Tabs don't pre-load until I click on them. It would just be better if we can just turn off autoplay. But, advertisers... they make the rules
Re: (Score:3)
Tabs don't pre-load until I click on them.
That sounds like a uniquely bad idea.
The single most important reason I use tabs is to pre-load pages while I'm reading a different page.
Re: (Score:1)
Normally I did also, until the damn videos would start playing, and I couldn't the find the tab it was playing in. So, off it goes, minor inconvenience.
Re: (Score:2)
Re: (Score:1)
Yes they all would play, that's why I quit pre-loading tabs until I click on them. The videos would start playing even on the tabs I wasn't looking at. Damn noise could wake the dead.
There is no reason whatsoever for any video to autoplay.
What Madison Avenue wants, Madison Avenue gets. It's just a money thing, that only they can understand.
Re: (Score:3)
Please don't spread FUD.
Security weaknesses are pretty bad as it is.
Obvious overexaggeration just makes people think it's less bad.
Re: (Score:2)
Diffie-Hellman is weak as fuck IN THE FIRST PLACE and broken anyways.
Man can make it, man can break it.
Next non-story.
Halting is counterexample (Score:2)
Man can make it, man can break it.
Man can make a Turing machine. Man can prove that not all Turing machines can be analyzed for whether or not they even finish.
You know your software platform has been abused (Score:1)
when you have to actively start working on disabling content built on it
Re: You know your software platform has been abuse (Score:1)
I wish someone would disable half of the crap on Slashdot's mobile site. It's virtually unusable on my iPod and frequently causes the Safari version of a crash ("there was a problem with this pageâ¦).
Re: (Score:2)
Back in the day, when lots of what we now take for granted was pretty much impossible in-browser unless you went Flash, Java, or were among the lost and the damned using ActiveX controls. At that time, Adobe still treated web devs as their customers, since that was substantially the case. They still weren't competent on security or anything, this is Adobe we are talking about; but there was at least the idea that it would be a good thing if Flash were something you cou
Throw Flash Under the Bus (Score:1)
So I gather dousing flash in gasoline and lighting it on fire, Allowing it to burn until it is nothing but a charred skeleton wasn't even considered?
Re: (Score:2)
If aliens ever attack mankind, we should upload a copy of Flash to their mothership. That'll teach them!
We need this why? (Score:5, Insightful)
Guess what, Google - you don't get to pick what I consider "important" content. I do.
Re: (Score:3)
Re: (Score:3)
My guess is that this is intended for people who have no idea what preferences are, where to set them, or what they do. I don't think the average Slashdot user is the intended audience.
Re: (Score:2)
Yes. Many, many people.
Re: (Score:2)
Easy answer: YouTube (Score:2)
Re: (Score:2)
People would be pissed off that they'd have to manually start a Youtube video with a single click? I suppose it's theoretically possible, but they'd be immensely outnumbered by the people who want it the other way (no more searching down which tab just started blasting out sound).
Re: (Score:2)
Wait - Does anyone not have click-to-play set as their default? Guess what, Google - you don't get to pick what I consider "important" content. I do.
Well, yeah, I've done that when I can find the setting. But I need to do a lot of web testing, and have lots of browsers installed on my various test machines. With most of them, I can't find any such setting anywhere. This doesn't mean they don't have such controls, of course; it could just mean that I don't recognize whatever they call it. Terms like "click to play" don't seem to exist on any of them, and for the few that I know how to do it, they all use different terminology.
So does someone have
Re: (Score:2)
TFA deals exclusively with Chrome. Chrome supports Click-to-play. I know where to change that setting in Chrome.
(That said, I do have a plugin that does the same for FireFox, and beyond Chrome and FireFox, I don't care in the least what they do or don't support).
Re: (Score:2)
This whole problem is also solved by having adblock. Seriously, anyone who puts up with "animations on the side" needs to start blocking these.
Re: (Score:2)
I'm seeing an increasing number of websites sticking transparent div elements over flash so that you can't click on them in flashblock. I've got to assume it's an effort to devalue flashblock and make people turn it off. (It causes me to close the web site in question, unless I absolutely have to use it, in which case I fire up firebug and delete the element)
Re: (Score:1)
news site will redesign... (Score:4, Interesting)
So now the flash Ads will be centered on the webpage, and the story you're trying to read will be a sidebar. Not that that's not already happening. Every damn news website is now nothing but a crapfest with a paragraph of story.
Re: news site will redesign... (Score:1)
Popover Flash ads (Score:2)
So now the flash Ads will be centered on the webpage
That's been common for years now. See a blog cataloging examples of lightbox abuse [tabcloseddidntread.com].
Adsense (Score:3, Insightful)
Adsense and Doubleclick must not use flash ads...or they will make an exception for their ad platforms.
HTML5 Adverts (Score:5, Interesting)
I actually quite like that most of the highly animated CPU hogging adverts are written in flash, because i can easily disable all of them.
What concerns me is when those advertisers are finally forced to start writing them in javascript + Canvas / SVG / WebGL... yes it's possible to write efficient animated HTML5 content, request animation frame etc... but that's not forced, you think advertisers give a shit about that stuff? they will use everything at their disposal once flash is considered completely obsolete. Look forward to unsandboxed memory leaks and poorly optimised animation directly in your page... yay
Re: (Score:2)
Look forward to unsandboxed memory leaks and poorly optimised animation directly in your page... yay
So you're saying we're going back to GeoCities circa '98?
Re: (Score:2)
Cool. I loved Geocities! However, I recently found out, much to my shock and horror, that modern browsers no longer support the blink tag. :(
Re: (Score:2)
CSS animations allow you to blink elements at more annoying and out of sync speeds than <blink> ever did!
Re: (Score:2)
Worse, they might do some WebGL stuff. Depending on your graphics card or driver this causes various levels of lock ups, from browser freeze (complete or in a favorable case corrupt rendering and you can close the page), X11 session freeze that you can kill by ctrl-alt-backspace or ctrl-alt-f1, or X11 server locked up so bad it doesn't take keyboard input anymore and you have to hit the reset button.
Re: (Score:2)
Well, your browser has direct co
Re: (Score:2)
Our purpose as citizens of the internet is not to get information, but instead to serve as eyeballs that consume advertisements. Do not reject your advertising overlords it will only lead to inner turmoil. Accept the peace and tranquility of the new Buick Regal, available now at select dealerships.
Re: (Score:2)
Mozilla isn't user-hostile. Quite the opposite, I'd say.
Re: (Score:2)
Well, your browser has direct control of that stuff, so it can easily make it also click-to-play and other things.
The browser has direct control of globally determining what is allowed in that page. You cannot click to play HTML5 adverts because the whole point is that they are part of the page... there is no rule for determining how ads are embedded into a page, so there is no reliable objective way of telling if that content is an advert or not, for instance attempting to implement a generic-global click to play WebGL content is just as likely to target your primary content as it is an ad.
It's reasonable to argue how
half the effort. (Score:2)
Animations on the side (Score:2)
I see Dice is prepared for this change. That's why their stinkin' Video Blights are in the middle of the page. It's a short step to have them play on load.
Re: (Score:2)
Ad block plus. I didn't even know there were advertisements on slashdot until recently. And today I learned that there's a thing called Video Blights somewhere on the pages too.
Better yet... (Score:2)
Which I believe is what adblock does. Pretty good at halting those annoying "autoplay" videos.
Now if only they would just make a similar feature that could always strip the autoplay attribute from the html5 video tag unless you want to allow it for a page, that would be perfect.
Re: (Score:2)
I'm looking for a blocker for those annoying hosts file advertisements.
I had this for ages (Score:4, Insightful)
AdBlock permanantly pauses Flash content that isn't "central to the webpage" while keeping central content playing without interruption.
Re: (Score:2)
I wish they'd do the same with animated gifs, they've come back in full force for ads. (Or perhaps this is already done but not in Safari?)
Contact website owners (Score:2)
For any of my favourite sites that I see using Flash for video or audio, I feedback to them asking when they are moving to the HTML5 tags. If more people did that, maybe they would get the message?
With the HTML5 video & audio tags, in addition to the WebAudio API, there is less and less reason to use Flash. Certainly there are obscure uses for Flash, but maybe obscure enough that not all of us will miss the plugin.
The Escapist paywalls the HTML5 (Score:2)
For any of my favourite sites that I see using Flash for video or audio, I feedback to them asking when they are moving to the HTML5 tags.
I asked The Escapist a similar question, and the reply was to the effect "Subscribers have access to our entire library in high-quality HTML5. We accept major credit cards. Adobe Flash Player is required only for free viewing." (Source [escapistmagazine.com])
Re: (Score:2)
Odd that they would spread their resources between two technologies? May they just haven't updated their free site, since it didn't make financial sense?
Re: (Score:2)
Odd that they would spread their resources between two technologies?
It sounded to me more like they consider Flash as a "secure" stream, priced like a stream, and HTML5 as a premium download, priced like a download.
Great idea, it was lagging behind (Score:2)
According to a test by The Verge, this was pretty sorely needed: "The native Safari made the new Retina machine look good: 13 hours and 18 minutes. Google’s Chrome, on the other hand, forced the laptop to tap out at 9 hours and 45 minutes."
http://www.theverge.com/2015/4... [theverge.com]
I thought altering the appearance of ads was immor (Score:1)
Google search box broken .. (Score:1)
Re: (Score:1)
I've noticed this as well. I can't be arsed to reproduce the behaviour, but killing my ad blocker and reloading the offending page did the trick -- on two separate google pages -- when keystrokes weren't registering at all. I expect there's a rule in my config that's a bit too aggressive about a JS resource; YMMV :).
Waiiiiit a minute (Score:2)
does online advertisers suffer? (Score:1)