Slashdot Mirror


Adobe Flash Now Officially a Part of Google Chrome

MacGene noted that Google has announced plans to include Flash with Chrome. This step will make Chrome easier for Mom & Pop to use, but comes with a host of issues that have been discussed here before. I expect them to announce Silverlight Thursday.

5 of 168 comments (clear)

  1. Re:I'm ok with it. by IrrepressibleMonkey · · Score: 5, Informative

    I'm not sure that's true...

    When I go to this link...

    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html

    ...and check out my Website Storage Settings, I see a whole bunch of sites that I've never even visited.

    (Or at least I don't want to admit too...)

  2. Re:Silverlight? by Toonol · · Score: 4, Informative

    Netflix.

    I have no particular desire to use Silverlight, but it's required for instant netflix streaming. And, honestly, it seems to handle it better than Flash. That's the only place I've ever needed it, but it's a pretty big reason to get it.

  3. Re:Would prefer Java by ShadowRangerRIT · · Score: 4, Informative

    Java startup time is too big a hurdle. Even with the modern JVMs the startup time is far longer than the time needed to download the page content on a broadband connection. Flash won that war largely because it didn't lag nearly as badly (and tended to be less of a memory hog). Java may win on execution speed after startup, and it may be more OSS friendly, and it may be more flexible and better documented, but if your user experience is that it takes too long to start and it eats all their memory, the rest doesn't matter. They'll click away from the page and never visit again.

    --
    $_ = "wftedskaebjgdpjgidbsmnjgcdwatb"; tr/a-z/oh, turtleneck Phrase Jar!/; print
  4. Re:The problem is that it promotes the use of Flas by dgatwood · · Score: 4, Informative

    The problems with client-side scripting have nothing to do with the language. Embedding another scripting language like Python would be unnecessarily confusing and would just add complexity where none is needed. What Flash provides that JavaScript does not are:

    • Possibly more powerful/flexible layout of text and images with greater control than the HTML DOM provides (but I'm not certain of this).
    • Animation, transition, and transform features that are compatible with the most popular browser (Internet Explorer).
    • A truckload of design tools for building up the content visually with a minimum of programming required.

    Notice that none of these have anything to do with deficiencies in the programming language. Indeed, the language used in Flash, ActionScript, is based on ECMAScript, which is the same fundamental foundation as JavaScript. So for all practical purposes, from a language feature perspective, there is already close parity. I won't go so far as to say they are the same language, but... they're so close that all you have to do is squint a little.

    Adding Python to a browser is just a recipe for magnifying the existing compatibility problems by splintering development into multiple camps. That's precisely the way to guarantee that Flash never goes away. Now, instead of focusing on tools for one language, you have to focus tools on two---one for Python in FireFox and maybe a couple of other browsers, and one to deal with JavaScript for all the browsers that won't ever support something like that (IE). To describe this as a terrible idea is insulting to terrible ideas.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.