I have installed Ubuntu 11.10 in my system with gnome shell.
When I try to watch any videos on any video streaming website in Firefox, I am not able to watch. At the same time those videos can be played in Chromium browser.
I have already installed Flash 11 and the Flash plugin for Firefox as well.
19 Answers
I had a similar issue before. Try to remove flash first by running the following command in a terminal:
sudo apt-get purge adobe-flashpluginThen try to reinstall flash with this command:
sudo apt-get install flashplugin-nonfreeThat worked for me.
1Try to install the Firefox Add-On Flash-Aid, that Add-On will configure Flash for your system. You can easily choose between stable and beta version.
1I had a similar problem. This is how I was able to resolve it.
- Go to the Firefox add-ons screen, ► Tools ► Add-ons ► Search for flash-aid then install it.
- Restart Firefox.
- In Firefox go to ► Tools ► Flashaid ► Quick Mode - Install beta flash
- Restart the browser.
On Ubuntu 10.10
If you are getting flash videos not showing from Youtube or other sites in Firefox 11, But you are in chrome Chrome.
And when you go to Youtube, you just get a black screen, folow these steps:
- Go to ►Tools ►Add Ons
- Look for a PlugIn installed for Shockwave Flash, and disable that. Then Flash should start working okay from Youtube and other sites.
This may help anyone else having the problem with Firefox 11, I wanted to post this in case it helped anyone else having problems.
I had the same issue. My fix was to remove Gnash and Gnash browser plugin. Gnash is a SWF standalone player/ browser plugin
Once removed try restarting firefox and all should be good.
1Try reinstalling Flash using the Software Center:
Or the following command in terminal:
sudo apt-get update
sudo apt-get install adobe-flashplugin I'm not sure when or how gnash was installed on my machine, but using:
sudo apt-get remove gnashsorted my problem out just fine (on 11.04, and presumably other versions). Now I can watch iplayer again.
I had simmilar problem with myspace. However, it was not exactly flash nor firefox problem but certificates issue. Try following:
- Go here: GlobalSign. Choose w OrganizationalSSL Intermediate. Copy the certificate in text editor (like gedit) and save it on hard disk for example: as FIX.CRT
- Open Firefox: Edit > Preferences > Advanced > Encryption > Show certificates > Import > choose your certificate: FIX.CRT. Check the checkboxes.
- Restart Firefox.
Chrome is using a build in flash plugin, whereas firefox is using the system wide. There are some problems with the new version, the 11.2 one. What I did was this (in a terminal):
- Downloaded:
wget - Installed it with `sudo dpkg -i adobe-flashplugin_10.2.159.1-0natty1_i386.deb'
- And opened
sudo synapticto force the version.
This will do the trick. OR
- Download
- Copy the
libflashplayer.soto/usr/lib/flashplugin-installer/- To install it for a single user, put it in
~/.mozilla/plugins/instead.
- To install it for a single user, put it in