Slashdot Mirror


Motorola Xoom Won't Have Flash Support At Launch

Several readers have sent word that Motorola's Xoom tablet, marketed as the iPad's first significant competitor, won't ship with Flash support. Quoting: "Support for Adobe's Flash technology has been an argument for the Android operating system since Apple CEO Steve Jobs notoriously said that Flash is a dying technology and that it won't make it onto iOS devices for several reasons. Flash support appeared in Android with version 2.2 and Google even flaunted it as a killer feature for tablets running Honeycomb (3.0), like the Motorola Xoom. But it looks like Adobe and/or Google have yet to put the finishing touches on Flash's implementation in Android 3.0. An advertisement for the Xoom on Verizon's site says (in 6 point text at the bottom) that Adobe Flash support on the Xoom is expected in Spring 2011, meaning this functionality won't be available at the launch of the first Honeycomb tablet on February 24. Considering how slow carriers and manufacturers are when it comes to software updates, this Spring 2011 update could mean more like late Spring 2011 ETA."

2 of 187 comments (clear)

  1. Re:But that's good right? by XxtraLarGe · · Score: 5, Insightful

    But that's good right? Isn't Flash an inefficient battery drainer like we are constantly told? If so, why is this bad news?

    It's not bad news. You apparently didn't get the Slashdot memo:
    No Flash on iPad = vice
    No Flash on Android = virtue

    --
    Taking guns away from the 99% gives the 1% 100% of the power.
  2. Re:Split Personality? by DrXym · · Score: 5, Insightful
    Flash isn't evil, it's just abused. When you load a page and it has 3 or 4 flash ads and every tab in your browser is the same your computer is going to have a hernia. Some people pretend this is Flash's fault but the reality is that if pages were serving up the equivalent workload in HTML5 performance is bound to be even worse. At least the Flash plugin can spawn threads, do background rendering and so on. Everything in HTML5 on the same page will be competing on the same thread (web workers could potentially handle some load but nothing DOM related).

    The remedy is to use an ad blocker so you can pick and choose what content to receive. In time I expect Ad Block will be used as much to curb the abuses of HTML5 as it is for Flash now. Assuming HTML5 ads aren't inlined and obfuscated which is a distinct possibility.