Results 1 to 5 of 5

Thread: Chromium using Flash 9, Firefox using Flash 10?

  1. #1
    Join Date
    Oct 2004
    Location
    London
    Beans
    43
    Distro
    Ubuntu 9.10 Karmic Koala

    Question Chromium using Flash 9, Firefox using Flash 10?

    Hi,

    Just installed Chromium into my fresh Karmic install using Googles .deb ( http://dev.chromium.org/getting-involved/dev-channel ) and it seems to run fine ... however when I visit YouTube, right clicking a video reveals it to be using Flash 9. Firefox uses Flash 10. Flash 9 doesn't have any sound on my System . Anyone know how I can get the Chromium (4.0.249.11) to use Flash 10 instead of Flash 9?

    Cheers,
    Grimmy.

  2. #2
    Join Date
    Oct 2004
    Location
    London
    Beans
    43
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Chromium using Flash 9, Firefox using Flash 10?

    Managed to work it out...

    in aboutlugins both versions were listed, so I did

    Code:
    sudo updatedb
    locate libflashplayer.so
    then I used sudo rm to remove all instances of libflashplayer other than the one in /usr/lib/flashplugin-installer/libflashplayer.so

    Now Chrome is using Flashplayer 10 and I have sound.

  3. #3
    Join Date
    Nov 2008
    Beans
    12

    Re: Chromium using Flash 9, Firefox using Flash 10?

    excellent, just what I needed, thanks!

  4. #4
    Join Date
    Aug 2007
    Location
    127.0.0.1
    Beans
    1,800
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Chromium using Flash 9, Firefox using Flash 10?

    Worked perfectly, although, on a fresh install, I added the folder manually, without problems:

    Chromium (in the folder you have libflashplayer.so 64-bit)
    Code:
    sudo mkdir /usr/lib/flashplugin-installer
    sudo cp libflashplayer.so /usr/lib/flashplugin-installer/
    And for Firefox
    Code:
    sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
    "Just in terms of allocation of time resources, religion is not very efficient. There's a lot more I could be doing on a Sunday morning."
    -Bill Gates

  5. #5
    Join Date
    Jun 2006
    Beans
    4
    Distro
    Ubuntu 6.06

    Re: Chromium using Flash 9, Firefox using Flash 10?

    I had a similar issue after upgrading from Jaunty (9.04) to Karmic (9.10). The Firefox Flash plugin had sound but Chromium didn't.

    I found that I had adobe-flashplugin, flashplugin-installer and flashplugin-nonfree-extrasound installed.

    I removed them all:
    Code:
    sudo apt-get remove adobe-flashplugin flashplugin-installer flashplugin-nonfree-extrasound
    Then reinstalled only adobe-flashplugin:
    Code:
    sudo apt-get install adobe-flashplugin
    Then I restarted Chromium - YouTube videos now have sound !

    (it's possible just removing flashplugin-installer & flashplugin-nonfree-extrasound without the reinstall of adobe-flashplugin would have worked too ...)

Tags for this Thread

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
  •