Flash Player keeps breaking

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
HappyLinux
Level 4
Level 4
Posts: 317
Joined: Wed May 30, 2012 3:48 am
Location: Earth

Flash Player keeps breaking

Post by HappyLinux »

I'm having a repeated problem with Flash Player plugin for Firefox where just keeps breaking down to the point where FF disables the plugin.

It doesn't matter if FF updates or not, the plugin just stops working and I cannot update or repair the plugin.

This thread is basically a continuation from http://forums.linuxmint.com/viewtopic.php?f=47&t=123714.

I have tried the terminal command

Code: Select all

sudo update-alternatives --auto libflashplayer.so
But that didn't work.
Terminal.png
The Plugin is out of date. The one installed is 11.0, but according to Adobe, there's 11.2 released.
Plugins.png
All this and I cannot view videos. Here's a sample webpage from the above thread.
Webpage.png
This is only happening in Firefox. I have no problems with Chrome and Opera.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
num7

Re: Flash Player keeps breaking

Post by num7 »

Here you can check if you got the latest version of Shockwave-Flash. https://www.mozilla.org/en-US/plugincheck/
When i have a problem with the flash-plugin in i remove it completely and reinstall it.
Type about:config and search for plugin.expose_full_path and toggle it to true.
Then type about:plugins and you should now see where your plugin is installed.
My plugin is in /opt/mint-flashplugin-11/libflashplayer.so
So i remove it with:

Code: Select all

rm -R mint-flashplugin-11/
And now i reinstall the latest version of the plugin. Don't forget to toggle the value of plugin.expose_full_path back to flase (i think its not secure)

I hope this helps a little bit. - num7 -
Incentive I.C

Re: Flash Player keeps breaking

Post by Incentive I.C »

num7 wrote:Here you can check if you got the latest version of Shockwave-Flash. https://www.mozilla.org/en-US/plugincheck/
When i have a problem with the flash-plugin in i remove it completely and reinstall it.
Type about:config and search for plugin.expose_full_path and toggle it to true.
Then type about:plugins and you should now see where your plugin is installed.
My plugin is in /opt/mint-flashplugin-11/libflashplayer.so
So i remove it with:

Code: Select all

rm -R mint-flashplugin-11/
And now i reinstall the latest version of the plugin. Don't forget to toggle the value of plugin.expose_full_path back to flase (i think its not secure)

I hope this helps a little bit. - num7 -
You could also try unistalling it and renistalling it from the Synaptic Package manger. That what I did when Flash Player stopped working.
HappyLinux
Level 4
Level 4
Posts: 317
Joined: Wed May 30, 2012 3:48 am
Location: Earth

Re: Flash Player keeps breaking

Post by HappyLinux »

num7 wrote:Here you can check if you got the latest version of Shockwave-Flash. https://www.mozilla.org/en-US/plugincheck/
When i have a problem with the flash-plugin in i remove it completely and reinstall it.
Type about:config and search for plugin.expose_full_path and toggle it to true.
Then type about:plugins and you should now see where your plugin is installed.
My plugin is in /opt/mint-flashplugin-11/libflashplayer.so
So i remove it with:

Code: Select all

rm -R mint-flashplugin-11/
And now i reinstall the latest version of the plugin. Don't forget to toggle the value of plugin.expose_full_path back to flase (i think its not secure)

I hope this helps a little bit. - num7 -
Ok, it says that my plugin is out of date and asks me to update it. You give me the instructions to uninstall it, but none on how to install it.
MartinaNeumayer

Re: Flash Player keeps breaking

Post by MartinaNeumayer »

Is another "semi-solution" ;)
Go to about:config, search for string extensions.blocklist.enabled
and change his value to FALSE.

Now Firefox stop bothering You for blocked/outdated flash, or other extensions.
Yeap, I know this is not a "fix", but.. works.
num7

Re: Flash Player keeps breaking

Post by num7 »

Ok, it says that my plugin is out of date and asks me to update it. You give me the instructions to uninstall it, but none on how to install it.
You can install the plugin with:

Code: Select all

sudo apt-get install mint-flashplugin-11
Much quiter to unistall the plugin is:

Code: Select all

sudo apt-get autoremove mint-flashplugin-11
lg num7
Locked

Return to “Sound”