I also am having trouble with flash on my Fedora 9 (32 bit). I installed the flash-plugin by downloading the RPM package and it was working fine. So I installed a flash-blocker and that worked great at blocking the flash ads and I just clicked and the flash would play, youtube and everything. But days later flash just stopped working. And now the plugin is not showing up in Firefox 3.0.1 Tools -> Add-ons -> plugins.
I have the plugin in the plugins directory:
Code:
[stav@reaper lib]$ find /usr/lib/ -name libflashplayer.so | xargs ls -l
-rwxr-xr-x 1 root root 8115888 2008-03-25 17:21 /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx 1 root root 39 2008-08-03 14:22 /usr/lib/mozilla/plugins/libflashplayer.so
-> /usr/lib/flash-plugin/libflashplayer.so
Also, yum sees it:
Code:
[root@reaper cgi-bin]# yum info flash*
Loaded plugins: protectbase, refresh-packagekit
0 packages excluded due to repository protections
Installed Packages
Name : flash-plugin
Arch : i386
Version : 9.0.124.0
Release : release
Size : 7.8 M
Repo : installed
Summary : Adobe Flash Player 9.0
URL : http://www.adobe.com/downloads/
License : Commercial
Description: Adobe Flash Plugin 9.0.124.0 Fully Supported: Mozilla SeaMonkey
: 1.0+, Firefox 1.5+, Mozilla 1.7.13+
So I figure I'll try to see if I can get flash working without firefox, maybe its flash itself. I download flash_player_9_linux_dev.tar.gz from adobe.com and I run it and it works, my shockwaves play fine.
Code:
[stav@reaper ~]$ ./flashplayer -v
9,0,124,0
Where does Firefox look for the plugins if not in /usr/lib/mozilla/plugins?