I am so happy that I can barely contain myself. Hopefully this means Flash will now be used for important things, instead of shoving ads in my face that I can't dismiss, and follow my scroll bar.
You say that now, but just wait until they're written in JS+Canvas and enormously more difficult to block.
Mozilla may make Flash click-to-play by default in future Firefox
51–60 of 121 posts
Re: Mozilla may make Flash click-to-play by default in future Firefox
#52Earlier quoted context omitted.
Quite a lot of webpages need js to initialize themselves, these days, and I want them to load in background when I middleclick on a link. You probably want (at least some) websites to perform XHR when not focused (to update a news stream or something). I find an opt-in behavior on such a common feature a bit to hard, as a lot of website rely on that. setTimout and friends are throttled (at least in Firefox) to fire a…
Actually, I'd only white-list Gmail and maybe Twitter. I'd prefer it if most site just served HTML to begin with. I run with JavaScript and Cookies disabled unless white-listed, and just leave the majority of pages that won't load. Techcrunch, Engadget, and most news sites are so much faster without JS. I might be ok with a timeout - after 30 seconds of no interaction from me, suspend the tab. Would that address your…
Re: Mozilla may make Flash click-to-play by default in future Firefox
#53I welcome this move, despite the possibility of some fallout from the change. It'll be painful, but even as someone who once made a living writing ActionScript, I have to say that Flash is sufficiently annoying and insecure that it really needs to be phased out. In the short term, this will probably cause some breakage in certain sites that try to use Flash "transparently" and "unobtrusively" for things like LSOs, dr…
As an alternative, rather than requiring that all Flash shims have some sort of screen real-estate of their own to overlay a click-to-play control onto, perhaps hidden embedded Flash (or Java, or ActiveX, or whatever) objects could request the browser to prompt for their activation with an information bar.
Works great.
Re: Mozilla may make Flash click-to-play by default in future Firefox
#54Re: Mozilla may make Flash click-to-play by default in future Firefox
#55Earlier quoted context omitted.
If only Chrome did this with it's current click to play implementation
It does, though not with the same UI as the Java plugin: http://i.imgur.com/xHrRX.png Clicking the puzzle piece shows a menu to "always allow" or to "enable all Flash applets on this page" (and a few other things). I can see a more obtrusive/apparent UI being implemented if Firefox makes click-to-Flash default.
Re: Mozilla may make Flash click-to-play by default in future Firefox
#56Earlier quoted context omitted.
If only Chrome did this with it's current click to play implementation
It does, though not with the same UI as the Java plugin: http://i.imgur.com/xHrRX.png Clicking the puzzle piece shows a menu to "always allow" or to "enable all Flash applets on this page" (and a few other things). I can see a more obtrusive/apparent UI being implemented if Firefox makes click-to-Flash default.
Re: Mozilla may make Flash click-to-play by default in future Firefox
#57Re: Mozilla may make Flash click-to-play by default in future Firefox
#58Re: Mozilla may make Flash click-to-play by default in future Firefox
#59I am so happy that I can barely contain myself. Hopefully this means Flash will now be used for important things, instead of shoving ads in my face that I can't dismiss, and follow my scroll bar.
Re: Mozilla may make Flash click-to-play by default in future Firefox
#60Earlier quoted context omitted.
Cross domain XHR shouldn't be an issue as you only really need flash for it in IE 6 and 7.
I assume you are suggesting CORS as an alternative. Unfortunately, some APIs (e.g. StackExchange) implement crossdomain.xml but not CORS.