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

Thread: swf alternative

  1. #1
    Join Date
    May 2009
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    swf alternative

    I'm having problems using the swf flash plugin for firefox on ubuntu 9.04.

    Can anyone recommend an alternative? Thanks.

  2. #2
    Join Date
    Aug 2007
    Location
    Karma BC
    Beans
    1,215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: swf alternative

    If licensing isn't an issue, the non-free plugin works well. - It's available through synaptic.
    Kipling - "if"

  3. #3
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: swf alternative

    Open "Applications >> Acessories >> Terminal" then copy and paste this code into the terminal and hit enter:

    Code:
    sudo apt-get remove swfdec-mozilla mozilla-plugin-gnash && sudo apt-get install flashplugin-nonfree
    This will uninstall the swfdec and gnash plugins and install the adobe flash plugin.

  4. #4
    Join Date
    May 2009
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: swf alternative

    Thanks.

    I used the terminal command. Restarted Firefox. It seemed like it went OK. However in the Add-ons/plug-ins window Shockwave flash is listed with an option to disable.

    Also, it's a bit choppy. What can I do?

    Again, thanks. This is well appreciated.

  5. #5
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: swf alternative

    Quote Originally Posted by Nima1972 View Post
    I used the terminal command. Restarted Firefox. It seemed like it went OK. However in the Add-ons/plug-ins window Shockwave flash is listed with an option to disable.
    That's normal. You can disable Firefox plugins any time you want.

    Quote Originally Posted by Nima1972 View Post
    Also, it's a bit choppy. What can I do?
    Welcome to the "International Ubuntu Choppy Flash Club". Now that you have installed flash, you will receive a lifetime certificate of our club.

    Seriously, I haven't found a solution yet. There are several threads about this:

    http://ubuntuforums.org/showthread.php?t=1146943

    Quick links to similar threads: Google Site Search | Forum Search

    Do you have a restricted driver for you graphics card installed?

  6. #6
    Join Date
    May 2009
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: swf alternative

    Didn't we just get rid of Shockwave (swf)?

  7. #7
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: swf alternative

    Quote Originally Posted by Nima1972 View Post
    Didn't we just get rid of Shockwave (swf)?
    If you want to get rid of adobe plugin, then you have two options:

    Code:
    sudo apt-get remove flashplugin-nonfree mozilla-plugin-gnash && sudo apt-get install swfdec-mozilla
    to install the swfdec plugin

    or

    Code:
    sudo apt-get remove flashplugin-nonfree swfdec-mozilla && sudo apt-get install mozilla-plugin-gnash
    to install gnash plugin

    or

    Code:
    sudo apt-get remove flashplugin-nonfree swfdec-mozilla mozilla-plugin-gnash
    If you don't want any flash plugin. But I don't think you want that, do you?

  8. #8
    Join Date
    May 2009
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: swf alternative

    BTW, with the flash video, maybe if we download it and play it won't be so choppy, though I'm having a bit of trouble figuring out flashgot.

  9. #9
    Join Date
    May 2009
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: swf alternative

    No, no, I was just confused as to why it has an option to remove Shockwave Flash player when we just removed the swf plug-in.

  10. #10
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: swf alternative

    Quote Originally Posted by Nima1972 View Post
    No, no, I was just confused as to why it has an option to remove Shockwave Flash player when we just removed the swf plug-in.
    There are three different versions flash plugins: swfdec, gnash and the one from adobe. If you have more than one installed you will usually get conflicts between them. So we removed two and installed just the one from adobe. That's why you still have it in the plugin list. If you disable it, then you won't be able to see any flash web content.

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
  •