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.

10 of 437 comments (clear)

  1. 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
  2. It was worse than that... by Lord+Byron+II · · Score: 4, Informative

    If I recall correctly, it was six months after the release of Flash 9 for Windows when Linux got it, but there wasn't even a Flash 8 for Linux. Linux users had actually been waiting for a new release since the release of Flash 7.

  3. Re:No deal. by LWATCDR · · Score: 4, Informative

    umm......
    GASH?
    They have published the specs and the FOSS player isn't soup yet. So stop complaining and start coding buddy.
    http://www.gnu.org/software/gnash/
    So get to work...

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  4. Re:The future? by ivan256 · · Score: 4, Informative

    nspluginwrapper blows.

    There's no nice way to put it. It crashes, or "loses connection" to the plugin half the time.

  5. Re:RealPlayer? by Gavagai80 · · Score: 4, Informative

    Or for anybody who listens to BBC radio, it's the only linux method supported.

    --
    This space intentionally left blank
  6. Re:All platforms? by TheRaven64 · · Score: 4, Informative

    The iPhone SDK T&Cs prevent using it for writing anything that loads third-party code, which eliminates Flash as a possible thing to port (and Java, Python, whatever).

    --
    I am TheRaven on Soylent News
  7. 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.

  8. Re:No 64-bit by greg1104 · · Score: 4, Informative

    I hate to disrupt a good theory with references, but What's So Difficult? 64-bit Edition claims the main issue is that rewriting the JIT compiler to emit 64-bit code is non-trivial.

  9. 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!

  10. 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.