Flash 9 Beta for Linux Available
DemiKnute writes "According to the official Penguin.SWF blog, the a beta release of the long-awaited Flash 9 for Linux is available for download, a mere year after the release for Windows." From the blog:
"While we are still working out exactly how to distribute the final Player version to be as easy as possible for the typical end user, this beta includes 2 gzip'd tarball packages: one is for the Mozilla plugin and the other is for a GTK-based Standalone Flash Player. Either will need to be downloaded manually via the Adobe Labs website and unpacked. The standalone Player (gflashplayer) can be run in place (after you set its executable permission). The plugin is dropped into your local plugin directory (for a local user) or the system-wide plugin directory."
Report bugs here.
Will there be a 64 bit version for us AMD64 users?
I can't play flash animations on my Turion laptop with Debian AMD64 installed.
here and here.
Even being beta version, Flash 9 for GNU/Linux works very well when compared to previous player.
Some flash movies that hogged Firefox UI with old player work flawlessy now. Audio is now in sync with video.
While not perfect, this release makes me wonder when the free software Gnash player reaches a usable state. Being a free software enthuasist, i generally don't like the idea of using a proprietary plugin, but being also pragmatic, i use it. I also think that the official Flash plugin could be faster and more bug-free, if the source code were available and under a GPL compatible licence.
That being said, i still think it's important that GNU/Linux users, especially Average Joe, have a lot less hassle with badly designed, flash-dependent websites.
Who is John Galt?
I'm not a zealot by any means when it comes to free software. I just want to use Linux and I also want to watch stuff on YouTube or browse around Dane Cook's site or whatever. Flash isn't my favorite program in the world, but not all of us are "TEH OMGZZZ FLASH SUXORZ AND IT SHOULD DIE!111!!!1111!" Some people like to use their computers for more reasons than to simply make a statement or a point. On that note, done some limited testing and it works very well. Woohoo!
That's a bug with your distro: report it to them.
Igor Presnyakov stole my hat
was checked that FlashBlock still worked.
I'm not joking. I was more concerned about that than the sound being in sync. Does anyone think I'm weird?
Summation 2
There are a few problems with this release that I hope will be fixed in the future (I can only hope, since it's not open source yet).
The plugin will search for libssl.so and libasound.so; that's broken. They should dlopen the actual library or build it statically, but a hack like that is certainly going to cause problems. (btw, in Ubuntu/Debian you need the libssl-dev and libasound2-dev packages to use all the features of this plugin).
The most annoying bugs I had with Flash (believe it or not) are still there. If the mouse is hovering a Flash content inside a browser window, the browser won't recognize keyboard or even mouse events. This is annoying when you're scrolling through a page with Flash ads or when you want to Ctrl+L but the damn mouse is in the wrong place.
The other problem is that Flash ads that have the "point your mouse here to see the full ad" will always display the "full ad", and you have to choose between the Flash Block extension and not reading that damn page at all.
I myself use it because I'm comfortable with programming in a UNIX environment and prefer using Open Source tools in both Linux and Windows - but I don't feel "dirty" editing a Word document in MS Office - if anything, because I know Office well enough by now, I get the job done quicker to have more "playtime" in Linux!
However, with that said, I don't understand why an application that just allows you to view files (rather than create or edit them) ever needs to be closed source anyway - if you're a car manufacturer you won't make a car that is only confortable for people who are 5'6" tall to drive, you'll make it with adjustable seats so it caters to the widest possible audience possible. I don't understand why MS, Adobe and others are so protective of viewing their file formats anyway when you still have to go buy their applications to create or change those file formats.
Gentoo Linux - another day, another USE flag.
"What are some good sites that require flash8/flash9..."
:)
I think that is an oxymoron of sorts
Long-awaited, indeed. The best part is finally being able to play Flash Video 8 on Linux. They got a huge quality improvement when they switched from Sorensen Spark to ON2 VP6, but no one who cares about Linux users could use it... until now :)
perl -e 'foreach(values %SIG){$_="IGNORE";}while(){}'
Flash Player 9 for Windows was officially released on June 28, 2006.
4 months != 1 year
Previous revisions of Flash Player for Linux preformed very poorly compared to the win32 versions (even the win32 verison in crossover office did a better job).
Yeah, Tinic ranted about that on his blog a while ago, saying he used wine for Flash on Linux (before v9, obviously) -- and he's a FlashPlayer engineer. His entry about this beta release addresses performance. He says he's not happy with the current state of font rendering speed yet, but that it beats the Windows version by 20% with other stuff. They're still working on it.
Over all, you should see better performance of existing content, thanks to the new rendering engine introduced in v8. This is especially true for SWFs (competently) written for v8 and using cacheAsBitmap -- not rerendering vectors every frame seems to improve performance. Who would have thought...
The second performance increase will probably take a while to become common: FP9 comes with a new, JIT compiled VM. The old one is still included for backwards compatibility, but once FP9 has a good install base and is supported by developers making scripting-heavy stuff, you should definitely notice the performance increase -- it's much, much faster.
If somebody feels like playing with it, there's the free (beer) Flex SDK on the Adobe site somewhere. However, I'd like to recommend haXe, a Free (capital F) compiler for a very fine language, with a great type system, that I really enjoy coding in. It supports Flash 6 to 9, the Free NekoVM, and can generate JavaScript (Yes! Typed!). Windows users can use the FlashDevelop plugin, for the rest of us there's Eclipse with EHX.
On my Mandrake machine. I got no sound from YouTube, and sound works in the FlashPlayer7.
Notes:
Biggest problem is no sound from YouTube (or probably from anywhere). Sound works for me with FlashPlayer7 and switching back to that makes it work without any restarting (so it did not permanently mess up sound, like some programs can). This is a Mandrake machine, 2.4.22-10mdkenterprise, I really have no idea how I have sound set up, but it works for me in most software.
Yes it fixed places that check for the version number of the flash player.
Popping up the menu with the right button (which I did to check that it reported 9 or 7) would cause Firefox to crash somewhat later. Does not seem to happen with 7. May indicate an overflow of some malloc'd data buffer.
To use, put libflashplayer9.so into ~/.mozilla/plugins and don't rename it. Apparently if it exists it will be loaded in preference to libflashplayer.so. (I wasted some time making a flashplayer.so symbolic link that switched between 7 and 9 before I finally figured out that 9 was being used no matter how I set it. Instead, to switch back to 7, rename libflashplayer9.so to libflashplayer9.so.hidden).
Removal instructions in the readme.txt say to remove libflashplayer.so, not the correct file of libflashplayer9.so.
ldd shows it links in far more libraries than 7 did, lots of gtk stuff. I suspect this is due to Pango (which does I18N text layout) using the gobject library, not because any gtk widgets are being used. This has also been complained about on Cairo (which is supposed to be a drawing library *used* by toolkits like gtk, but because good font layout requires Pango, there is a circular dependency back to gtk!)