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.

19 of 437 comments (clear)

  1. Dear Grandma, by mcgrew · · Score: 3, Informative

    Did you fix the cookies yet?

  2. 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
  3. 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.

  4. 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.
  5. 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.

  6. Re:No deal. by TheRaven64 · · Score: 3, Informative

    The flash specs used to be half-open (free, but the license only allowed you to use them to write flash files, not to read them). A few months ago, they released them for implementing players too. And they've open sourced the ActionScript engine (basically a - very - modern Smalltalk VM).

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

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

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

  12. Re:No deal. by howlingmadhowie · · Score: 3, Informative

    in this case the specs aren't enough. watch this report by the gnash project leader, rob savoye: http://www.youtube.com/watch?v=zoNvsiBTQDE

    he explains that the agreement for the specs for adobe flash prohibits you from working on a competing implementation if you have ever used adobe's flash plugin. the report was made after adobe released the documentation.

  13. I've tried Linux Flash 10 betas by roystgnr · · Score: 3, Informative

    And the benefits (even on Flash 9 sites, without the new features in 10) are significant:

    Better performance and smoother graphics
    The fullscreen video mode is no longer choppy

    Unfortunately, there's a significant drawback as well:

    Often crashes my browser as soon as I visit a page with Flash.
    (or at least crashes the plugin process, when using a browser smart enough to isolate plugins from the main system)

    Obviously I got to enjoy Flash 10 for a while before it started dying on me. Wiping my .macromedia directory doesn't seem to restore the stable behavior. Neither does reinstalling flash. Did Hulu change their video format in some subtle way that breaks just my system? I don't know, but he official Flash 10 breaks too, not just the betas. Unless anyone here has any good ideas, back to 9 it is.

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

  15. YES! YES! Transparency IS solved! by JCCyC · · Score: 3, Informative

    http://www.oiloja.com.br/ - Brazilian cellphone carrier I use. They had a transparent Flash that covered everything - now it WORKS!

    http://www.formula1.com/ seems to be OK too.

    Anyone has other sites with that problem so we can test more?

  16. Re:It still obscures drop down menus by John+Dowdell · · Score: 3, Informative

    It's a browser dependency. The search term you're seeking is "WMODE". Some browsers allow compositing. Others don't. Others are quirky.

    Mike Melanson has some info, current as of a few months ago, here:
    http://blogs.adobe.com/penguin.swf/2008/07/turkish_localization_also_wmod_1.html

    Release Notes from today seem to say that FF3/Linux is supporting it well, although I'm not certain if that's for all Linux or just most:
    http://labs.adobe.com/technologies/flashplayer10/releasenotes.html#features_ocre

    jd/adobe

  17. Re:YAY another binary release by renegadesx · · Score: 3, Informative

    That is exactly what I was refering to: Flash under nspluginwrapper always crashes especially when I am running a site that uses flash while trying to watch a Youtube video.

    Gnash is OK but still has alot of work, especially when it comes to YouTube. The video on Youtube works but everything else is screwed up (flash based, i.e. controls). It definatally has alot of potential but its just not quite there yet and cant wait until it is :)

    Currently the most reliable way to go is 32-bit firefox with a native flash plugin.

    --
    Make SELinux enforcing again!
  18. Re:64-Bit support? by evilviper · · Score: 3, Informative

    You apparently don't remember the Bad Old Days before Flash video when streaming video worked about 10% of the time, and when it did work, it took about 60 seconds to start up.

    Flash has nothing to do with any of this. The codecs, container, and streaming technology Flash/FLV uses are exactly the same as used in The Bad Old Days. In fact they're really quite sub-par today (Sorenson Spark, MP3, and even VP6).

    The only difference is that you've got a higher speed connection today than you did the last time you used RealPlayer, or Quicktime, or Windows Media Player.

    Point of fact... Flash 9 added support for MP4/H.264/AAC files. Exactly the same format used by Quicktime for years and years.

    Other players are infinitely more flexible, higher performance, etc., than Flash could ever hope to be. An animation plug-in, loading a player applet, loading a video, in a browser, was never a good idea. It just caught on because so many people already had flash installed.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  19. Re:The future? by Hooded+One · · Score: 3, Informative

    Close all the tabs that have loaded Flash content in them, then nspluginwrapper will work again without restarting the whole browser.