The flashplayer installed by flash-plugininstaller in Ubuntu 11.04 is buggy. To install a new version:
Uninstall existing flash player:
sudo aptitude purge flashplugin-installer sudo aptitude purge flashplugin-nonfree
Clean your systen from existing files
sudo rm-f / usr/lib/mozilla /plugins /*flash* sudo rm-f ~ /.mozilla/plugins/*flash* sudo rm-f / usr/lib/firefox/plugins/*flash* sudo rm-f / usr/lib/firefox-addons/plugins/*flash* sudo rm -rf / usr/lib/nspluginwrapper
Download libflashplayer 64bit
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
extract the file
tar zxf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
make plugins directory in in your /home/user/.mozilla
mkdir ~ / .mozilla / plugins
move the libflashe file extracted the the creeted directory.
mv libflashplayer.so ~ / .mozilla / plugins /
This will install the 64 version of linux 64-bit, now open your firefox and enjoy your flash movies
Ref: http://www.unixmen.com/linux-tutorials/571-install-flashplayer-in-ubuntu-64-bit-
~~LINKBACK~~ ~~DISCUSSION~~