Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: [SOLVED] I hate flash!!!

  1. #1
    Join Date
    Jun 2008
    Location
    Phra Nakhon Sri Ayutthaya
    Beans
    1,307
    Distro
    Ubuntu 12.04 Precise Pangolin

    [SOLVED] I hate flash!!!

    Two weeks ago I had a problem with flash. There was no sound when playing videos from youtube. Iaculallad solved that for by advising to sudo libflash...
    Perfect! And now, out of the blue I get the following message when trying to view a video:
    Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.
    What happened?

  2. #2
    Join Date
    Dec 2006
    Location
    Hamburg, Germany
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I hate flash!!!

    Are you using gnash or flashplugin-nonfree?

    The latter, though closed source, does yield better results.
    One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...

  3. #3
    Join Date
    Jun 2008
    Location
    Phra Nakhon Sri Ayutthaya
    Beans
    1,307
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: I hate flash!!!

    Quote Originally Posted by northern lights View Post
    Are you using gnash or flashplugin-nonfree?

    The latter, though closed source, does yield better results.
    I think gnash...
    How do I find out though?

  4. #4
    Join Date
    May 2008
    Location
    Beverley, UK
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: I hate flash!!!

    Quote Originally Posted by eternalnewbee View Post
    I think gnash...
    How do I find out though?
    In the address bar in Firefox, type:

    Code:
    about:plugins
    This will tell you what is installed. You could also look to see what is installed in Synaptic.
    Everything that has a Beginning, has an End

  5. #5
    Join Date
    Dec 2006
    Location
    Hamburg, Germany
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I hate flash!!!

    Quote Originally Posted by eternalnewbee View Post
    I think gnash...
    How do I find out though?
    Via the above or by running
    Code:
    aptitude search flashplugin-nonfree
    and checking whether it's got an "i" flag. Anyhow, should it be installed apt-get will just ignore you trying to install it, so we might as well just give it a go.

    Run
    Code:
    sudo apt-get update && sudo apt-get autoremove totem-mozilla && sudo apt-get install mozilla-mplayer flashplugin-nonfree
    Most likely, that's going to improve your situation noticeably.

    If you want to have wma/wmv support as well, you have to enable the medibuntu repositories. They yield DVD support as well. Check RestrictedFormats
    One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...

  6. #6
    Join Date
    Jun 2008
    Location
    Phra Nakhon Sri Ayutthaya
    Beans
    1,307
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: I hate flash!!!

    Quote Originally Posted by WRDN View Post
    In the address bar in Firefox, type:

    Code:
    about:plugins
    This will tell you what is installed. You could also look to see what is installed in Synaptic.
    This was the outcome:

    Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 9.0 r124

    MIME Type Description Suffixes Enabled
    application/x-shockwave-flash Shockwave Flash swf Yes
    application/futuresplash FutureSplash Player spl Yes

    What do I do next?

  7. #7
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: I hate flash!!!

    Quote Originally Posted by eternalnewbee View Post
    Two weeks ago I had a problem with flash. There was no sound when playing videos from youtube. Iaculallad solved that for by advising to sudo libflash...
    Perfect! And now, out of the blue I get the following message when trying to view a video:
    Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.
    What happened?
    If you have flash 10 then some sites have not update there recognition. They see 10 as less than 9 and think you've not got the latest installed. They will all catch up pretty fast now that 10 final is out.

  8. #8
    Join Date
    Dec 2006
    Location
    Hamburg, Germany
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I hate flash!!!

    This is the nonfree/proprietary plugin.

    It would still be useful to run the above, without the flashplugin-nonfree installation to replace totem-mozilla by mozilla-mplayer, which tends to handle youtube and the like better.

    Code:
    sudo apt-get update && sudo apt-get autoremove totem-mozilla && sudo apt-get install mozilla-mplayer
    One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...

  9. #9
    Join Date
    Dec 2006
    Location
    Hamburg, Germany
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I hate flash!!!

    Quote Originally Posted by philinux View Post
    If you have flash 10 [...]
    Quote Originally Posted by eternalnewbee View Post
    Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 9.0 r124

    MIME Type Description Suffixes Enabled
    application/x-shockwave-flash Shockwave Flash swf Yes
    application/futuresplash FutureSplash Player spl Yes
    That can't be it here...
    One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...

  10. #10
    Join Date
    Sep 2005
    Location
    Paris, France
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I hate flash!!!

    Do you use NoScript firefox extension ... If you do that would lead to this behavior. Make sure to accept the web site you want to view.

Page 1 of 3 123 LastLast

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
  •