Results 1 to 6 of 6

Thread: flash stopped working after update to latest version

  1. #1
    Join Date
    Dec 2007
    Beans
    45

    flash stopped working after update to latest version

    I installed the recent update to flash player - the update was from Ubuntu Update Manager. Since then, I noticed that the controls on flash player do not always work (especially in Youtube). I am running Ubuntu Karmic 64-bit. Is this a known bug or something? Please help!
    Last edited by kayvee; December 12th, 2009 at 01:27 AM.

  2. #2
    Join Date
    Apr 2007
    Beans
    7

    Re: flash stopped working after update to latest version

    check out this thread it might help. http://ubuntu-ky.ubuntuforums.org/sh....php?t=1351156 . Apparently it the plugin version same effect in different versions of Linux. I downgraded, and it solved it for me.

  3. #3
    Join Date
    Jul 2007
    Location
    Connecticut USA
    Beans
    1,865
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: flash stopped working after update to latest version

    First, uninstall the flash you have. Then do:
    Code:
    sudo apt-get clean && sudo apt-get autoremove
    Then get the 64bit flash file.

    Right click it and extract here. You will be left with libflashplayer.so file. Put the libflashplayer.so file in your home folder.

    Then do:
    Code:
    sudo cp /home/your_user_name/libflashplayer.so /usr/lib64/mozilla/plugins
    Make sure to put your name where I wrote your_user_name.

    Restart firefox if open.

  4. #4
    Join Date
    Nov 2009
    Location
    home/usa/maine/dirt road
    Beans
    467
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: flash stopped working after update to latest version

    Quote Originally Posted by HappyFeet View Post
    First, uninstall the flash you have. Then do:
    Code:
    sudo apt-get clean && sudo apt-get autoremove
    Then get the 64bit flash file.

    Right click it and extract here. You will be left with libflashplayer.so file. Put the libflashplayer.so file in your home folder.

    Then do:
    Code:
    sudo cp /home/your_user_name/libflashplayer.so /usr/lib64/mozilla/plugins
    Make sure to put your name where I wrote your_user_name.

    Restart firefox if open.
    Right on! Thank you. I've been fighting with this all day! Worked perfectly!

  5. #5
    Join Date
    Dec 2007
    Beans
    45

    Re: flash stopped working after update to latest version

    Quote Originally Posted by HappyFeet View Post
    First, uninstall the flash you have. Then do:
    Code:
    sudo apt-get clean && sudo apt-get autoremove
    Then get the 64bit flash file.

    Right click it and extract here. You will be left with libflashplayer.so file. Put the libflashplayer.so file in your home folder.

    Then do:
    Code:
    sudo cp /home/your_user_name/libflashplayer.so /usr/lib64/mozilla/plugins
    Make sure to put your name where I wrote your_user_name.

    Restart firefox if open.
    Thank you, it worked for me.

  6. #6
    Join Date
    Jul 2008
    Beans
    3

    Re: flash stopped working after update to latest version

    Does not work for me. The file libflashplayer.so is available in /usr/lib64/mozilla/plugins but Firefox does not seem to be aware of any flash player being installed.
    I restarted and rebooted, but nothing happens. YouTube keeps on telling me I got JavaScript disabled (no, I have not) or I have got an old version of Flash player.
    What is missing in my setup? There is no flash player listed in the plugins or add-ons...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •