I’ve recently been having a hell of a time using web pages that use flash. Every so often flash would seem to crash and only display a grey box where the flash content was supposed to load. The only thing that would revive the flashplugin was to close Firefox and reopen it. The issue was completely random and there was no real way to replicate the problem. This was driving me insane, until today.
I noticed on the Adobe Labs website that a new alpha was released on July 30th 2009! I usually do not suggest moving over to alpha release software, however in this case I figured that the aptitude installed version was screwed up that it couldn’t be much worse. And so far I can say it seems to be a huge improvement, but I won’t say its fixed as the problem was random. I’ll have to run it for a few days and see. But I did notice that flash performance was greatly increased, flash seems to load significantly faster than it did before. So that is definitely encouraging! Here’s how I got it working.
- Uninstall any and all flash plugin’s you may have installed.
- Search your computer to verify all plugin’s have been removed
- The only one’s that should be left are morph and Open Office flash plugin’s. Leave those as I don’t believe they are related. Manually remove any other’s that may still be left over. Once confirmed download the new prerelease from Adobe’s site.
- Extract the tarball
- Check to see that the plugin directory exists
- If it does not exist create the directory (be sure to do this as a regular user, not through root or sudo)
- Move the newly downloaded & extracted libflashplugin.so
- Verify it was moved
- Close Mozilla Firefox and open it again and test it out!
$ sudo aptitude purge flashplugin flashplugin-nonfree flashplayer-mozilla flashplugin-installer nspluginwrapper
$ sudo find / -name *flash*.so
$ wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
$ tar zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz$ ls ~/.mozilla/plugins
$ mkdir ~/.mozilla/plugins
$ mv libflashplayer.so ~/.mozilla/plugins/
$ ls ~/.mozilla/plugins/
Now keep in mind, this is a Prerelease and in alpha stages. There could be other problems, but like I mentioned earlier it was a big improvement over the aptitude installed flash plugins. Feel free to report your findings here as I will do the same.






















11 Comments
Very good, working… Ubuntu 9.10 x64 is very fast with Mozilla…