Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am having problems with Adobe Flash in Ubuntu, what are my options?

share|improve this question

6 Answers

up vote 16 down vote accepted

As you have identified - the best solution is usually to follow this Q&A to install flash. It does work for the vast majority of users.

As an alternative, one of the best tools I have found that allows you to configure Flash correctly during installation is the Flash-Aid addon - use the author's site or search on the Firefox addon-manager for Flash-Aid

This will remove any remnants of of Flash installation and install flash directly from the Adobe Website. During the wizard installation you have a few configuration options that you can try to resolve flash-player issues.

enter image description here enter image description here enter image description here enter image description here enter image description here

Close & Restart Firefox / reboot for the change to take effect.

See also:

share|improve this answer

There are 2 options.

Enable the HTML5 player

For Youtube this can be done by loggin in, going to http://www.youtube.com/html5 and enabling it there. You can also just add &html5=True behind each video URL.

Whether your browser and the version you are using will support the HTML5 playback of a video on a site that provides such an option (like YouTube or VKontakte) will depend on the codec chosen by the site owners. For example, YouTube and VKontakte (a Facebook clone popuar in Russia) use different codecs for their HTML5 videos, which means that in Ubuntu 12.04 HTML5 video playback at VK.com works in Chromium, but not in Firefox (and in future, these browsers might swap their roles).

Install the Flash Aid Firefox plugin

I don't know for sure if this will work for you as well, but it worked for me.
Install Flash Aid, restart Firefox, and click the Flash button at the upper right corner of Firefox's window. Just follow the instructions in the wizard and you should be fine.

For some more detailed guide on installing Flash using Flash Aid, check out fossfreedom's answer: http://askubuntu.com/a/86260/18953

share|improve this answer

Try installing Flash by entering the following command in the Terminal

sudo apt-get install adobe-flashplugin
share|improve this answer
2  
I wouldn't have asked it if it had been as simple as that. – RobinJ Jan 5 '12 at 20:24

I am running Ubuntu 12.04 64-bit with an Nvidia GeForce 8400 GS.

I have been having the same issue ever since I corrected another Flash issue on my system related to Nvidia GPUs -- see Flash video appears blue on this forum. Following the workaround posted at the previous link stopped the unwanted behavior of all Flash video being tinted blue, but ended up causing the Flash plugin to crash nearly every time I attempted to watch a video online.

The solution for me was to look back at /etc/adobe/mms.cfg and remove everything but one line, which should read:

OverrideGPUValidation=true

This idea and others are discussed on ubuntuforums, and many other places. Please try changing your mms.cfg (or creating it, if it does not already exist) and post back with your results. Good luck!

share|improve this answer

Here is what you need to do: (Im assuming you have flash 11 and firefox 14.0.1):

  1. Download this file : http://www.ziddu.com/download/20225702/libflashplayer.zip.html

  2. Create a folder "plugins" under "/home/YOUR-USER-NAME/.mozilla/firefox/"

    Like this:  /home/leopard/.mozilla/firefox/plugins
    
  3. Extract the zip and copy the downloaded "libflashplayer.so" to "/home/leopard/.mozilla/firefox/plugins"

  4. Open nautilus as Admin. Go to "/usr/lib/adobe-flashplugin". Delete the "libflashplayer.so" there.

  5. Copy the extracted "libflashplayer.so" there.

  6. Restart firefox.

share|improve this answer

As for the HTML5 video playback option available at some sites:

First, not all sites provide HTML5 videos as an alternative to Flash (hopefully, there will be more).

And second, whether your browser and the version you are using will support the HTML5 playback of a video on a site that provides such an option (like YouTube or VKontakte) will depend on the codec chosen by the site owners. For example, YouTube and VKontakte (a Facebook clone popuar in Russia) use different codecs for their HTML5 videos, which means that in Ubuntu 12.04 HTML5 video playback at VK.com works in Chromium, but not in Firefox (and in future, these browsers might swap their roles).

And third, some videos might appear to not have the HTML5 option on YouTube. (For example: https://www.youtube.com/watch?v=3SacL219sic&html5=True.) But thanks to the answer by Klementine, there is a trick useful for getting at HTML5 playback in these cases -- use the "emdedded" variant. (For my sample video: https://www.youtube.com/embed/3SacL219sic.) And it works!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.