Slashdot Mirror


Linux Now an Equal Flash Player

nerdyH writes "As recently as 2007, Linux users waited six months for Flash 9 to arrive. Now, with Microsoft pushing its Silverlight alternative, Adobe is touting the universality of its Flash format, which has penetrated '98 percent of Internet-enabled desktops,' it claims. And, it today released Flash 10 for Linux concurrently with other platforms. Welcome to the future." Handily enough, Real Networks released this summer RealPlayer 11 for Linux, the first release for which they've included a .deb package, and offers nightly builds of their Helix player, for which Linux is one of the supported platforms.

22 of 437 comments (clear)

  1. yay competition! by Anonymous Coward · · Score: 5, Insightful

    Now make them do the same with Photoshop.

    1. Re:yay competition! by Jherek+Carnelian · · Score: 5, Funny

      Now make them do the same with Photoshop.

      Tomorrow MS will announce that Windows Paint runs under wine!

    2. Re:yay competition! by Virtual_Raider · · Score: 5, Insightful

      I don't see a great number of professional graphic artists willing to brave the murky linux technowaters. They love Apple because to them it's basically a TV.

      No, wait, hold your flamethrowers! I don't mean it isn't a powerful OS, what I mean is that they don't have to do anything to make their tools work. When was the last time that you needed to upgrade, configure or recompile something to watch a show on a consumer television set? Yes, the signal goes digital so you ditch the old box and get on with the shinies. Exactly as in the Mac world. Need more functionality — channels — then get cable, satellite, TiVo, younameit. No messing about with the appliance itself, just plug the add-on and bother about using it. Want a car analogy? You need know nothing about carburetors or lack thereof to drive. As long as you heed the lights on the dashboard and shell out at the mechanic when the issue goes beyond them, all a user needs to know is how to operate the thing, not how to service it.

      The average /. enthusiast's personal anecdote is irrelevant because they are a vanishing small percentage of the target market. For instance, Automakers don't cater to blingers, modders and assorted $YOURHOBBY$ers, those are a niche markets serviced by niche players.

      I believe this is the reason you won't see Photoshop on linux until there is a rock solid OSX-like distro that the userbase (the pros, mostly) can use with a kitchen microwave level of ease. If you are an enthusiast you'd be MUCH better off supporting GIMP with both your time and bug reports as with your bucks donating to the project. Check out 2.6, its orders of magnitude better than, say, 2.4 (my previous version).

      I only wish they'd change the name to G-Imp or Imp/G or even GNU-Imp because most of the time the stupid name is the biggest objection people cite to not even give it a chance. English being my second language, the name means jack to me, but I've encountered the argument often enough...

      --
      +Raider of the lost BBS
  2. Competition is good! by rotide · · Score: 5, Insightful

    And this is a good example! Why change, update, or innovate if you have no competition? Throw a little in there and all of a sudden the things people actually wanted, are given!

  3. Re:RealPlayer? by ksd1337 · · Score: 5, Funny

    It's [loading...] a [loading...] multimedia [loading...] player/viewer [loading...].

  4. Outstanding!!!! by LibertineR · · Score: 5, Funny

    Now, I can watch my CPU's max out, and my systems become unresponsive on EVERY platform!

  5. And what about the embedded version for wii/etc? by forevermore · · Score: 5, Informative

    Some of us have been waiting a lot longer for flash9 and still don't have it for wii, iphone, and I believe even the Opera web browser.

    --
    Do you really need reason for beer? Wingman Brewers
  6. Re:RealPlayer? by mweather · · Score: 5, Funny

    It's a slideshow viewer.

  7. This is News by steve_thatguy · · Score: 5, Interesting

    Complaints about lack of Photoshop and a 64-bit version aside (it's interesting how much Slashdot resembles a sewing circle of old ladies in the complaints department), this is actually pretty significant news. Especially if this is the beginning of a new Way Things are Done for the Flash developers. With most major video sites using Flash-based players and the other wealth of Flash content on other websites, Flash support is pretty essential for desktop users. This is a major stepping stone. Hopefully Adobe will see enough rewards from doing this that will encourage them to embrace the Linux platform even more.

  8. Re:No 64-bit by Omnifarious · · Score: 5, Interesting

    My theory is that Adobe's Flash player is a horrible hack that is so utterly fragile and bug-ridden that Adobe can't actually make a 64-bit version without doing a full rewrite.

  9. Go Home Silverlight by Drake42 · · Score: 5, Funny

    Competition is good and all, but this is just annoying. It only exists to muddy the waters.

    I'm just waiting for MS to announce that they will no longer speak english, but will communicate only in Anglush-Sharp. A language in which every noun is copyrighted by Microsoft and only MS approved verbs will generate an intelligible response.

  10. Re: news is already available by John+Dowdell · · Score: 5, Interesting

    Most of the 64-bit work is still in the opensource Tamarin Project. You can still contribute, if you've got the chops.
    http://blogs.adobe.com/penguin.swf/2006/10/whats_so_difficult_64bit_editi.html
    http://www.kaourantin.net/2006/11/spidermonkeys-relative-tamarin-joins.html

    The "we'll maintain it for you" line has not particularly been borne out by experience.... ;-)

    jd/adobe

  11. Re:RealPlayer? by MBGMorden · · Score: 5, Funny

    What's that?

    It's just a story we tell to scare the kids.

    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  12. Re:The future? by et764 · · Score: 5, Informative

    If you want suboptimal performance why not just go back to windows?

    The performance difference between 64-bit and 32-bit is not nearly as big as between 32-bit and 16-bit. When making the transition to 32-bit, things were pretty much faster across the board. With 64-bit, the case isn't so cut and dried. On x86 machines, running in 64-bit mode, you get a couple of things. The biggest is a larger virtual address space, which lets you work with more than 4GB at once. You also get larger general purpose registers, and more registers to play with. Generally, larger registers aren't really needed. Things like MMX and SSE have already given us the ability to process data in 128-bit chunks if we need to, and I'd bet most things that really need large registers are already using SSE. More registers are nice, but they only help in compute-bound circumstances. Most of the time these days, you're I/O bound.

    The downside is that in 64-bit mode, pointers are all twice as big, which means your program will need more memory and possibly memory bandwidth than the 32-bit version would. My experience is that 64-bit is usually slower, unless you have 4GB or more of RAM. Theoretically, 64-bit can be faster, but generally people don't switch because they need the faster CPU speed, they switch because they need the RAM.

  13. Re:Flash appearing ontop of pages in linux/firefox by Pr0xY · · Score: 5, Informative

    OK, Just in case anyone was about to answer...the answer is *YES*. Finally flash is useable on all sites it was intended to be!

  14. Linux people, I want your platform to succeed... by not+already+in+use · · Score: 5, Insightful

    ...But please, lets be realistic.

    In your minds, if company Z doesn't support Linux, they lose. If they do support linux, they lose even worse. They get screamed at for not releasing specs, not GPL'ing the source, not supporting a specific distribution, not supporting 64-bit... the list goes on.

    Now if you're going to take the time to respond to this, please answer me this: Why should company X spend the most time supporting a platform that has the least marketshare?

    Linux folk see the problem being that software vendors don't support linux. The fact of the matter is Linux doesn't support ISV's. There are a million different distro's with no standardization. You already have your market share working against you, and you realize that. What you don't seem to realize is that your platform is the hardest to develop for and support.

    You really should do something about this before you scream with a sense of entitlement that some company should spend time and money supporting your platform when it is not likely to be financially viable.

    --
    Similes are like metaphors
  15. Re:RealPlayer? by collinstocks · · Score: 5, Informative

    Honestly, I didn't know Real was still around. I wouldn't let that software near my windows machines, much less the Linux ones.

    It's funny, actually, but the Linux version of RealPlayer is not loaded with garbage. It just looks like a vanilla video player. It is not at all like the Windows version.

  16. Re:No 64-bit by PitaBred · · Score: 5, Insightful

    That was also written, oh, two fucking years ago! They haven't figured out how to make their JIT compiler work in two years? What kind of incompetents are they? I'm sure it's a hard problem. Lots of problems are hard. But somehow Firefox and Opera and even IE managed to get their Javascript code working on 64bit platforms in the meantime. Why is Flash somehow special?

  17. Re:The future? by Anonymous Coward · · Score: 5, Insightful

    *cough*Opera*cough*

    But seriously, Opera now has a native 64 bit build but it runs 32 bit plugins without any special voodoo. "OMG it isn't open source" you say... well neither is flash.

  18. Re:No 64-bit by greg1104 · · Score: 5, Funny

    What kind of incompetents are they?

    The kind who would think the Flash player was a good idea in the first place.

  19. Re:RealPlayer? by Erikderzweite · · Score: 5, Funny

    In Linux, you can view *.rm files with rm command.

  20. Gnash 0.8.4 Released Yesterday by ink · · Score: 5, Insightful

    Gnash 0.8.4 was released yesterday, but I guess that doesn't merit a slashvertisement:

    http://gnashdev.org/

    --
    The wheel is turning, but the hamster is dead.