Announcement

Collapse
No announcement yet.

adobe flash player

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    adobe flash player


    I'm not able to install adobe flash player .
    I tried to install flashplugin-nonfree but it didn't work too.

    #2
    Re: adobe flash player

    I'm not able to install adobe flash player .
    I tried to install flashplugin-nonfree but it didn't work too.
    Tell a bit more - what are you doing / what error messages do you get ?


    Flashplugin-nonfree will:

    1) download .tar.gz from Adobe with wget
    (downloading to the /var/cache/flashplugin-nonfree)
    2) unpack tar.gz
    3) install libflashplayer.so


    Example

    Here:
    Code:
    sudo apt-get install flashplugin-nonfree
    ...
    New packages
    flashplugin-nonfree
    ...
    Get:1 http://fi.archive.ubuntu.com intrepid/multiverse flashplugin-nonfree 10.0.1.218+10.0.0.525ubuntu1 [18,9kB]
    ...
    (Reading database ... 100051 files and directories currently installed.)
    Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_10.0.1.218+10.0.0.525ubuntu1_i386.deb) ...
    ...
    Setting up flashplugin-nonfree (10.0.1.218+10.0.0.525ubuntu1) ...
    Downloading...
    --2008-08-15 16:26:49-- http://download.macromedia.com/pub/l..._070208.tar.gz
    Resolving download.macromedia.com... 88.221.39.191
    Connecting to download.macromedia.com|88.221.39.191|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3888574 (3,7M) [application/x-gzip]
    Saving to: `./flashplayer10_install_linux_070208.tar.gz'

    0K .......... .......... .......... .......... .......... 1% 22,3K 2m48s
    50K .......... .......... .......... .......... .......... 2% 27,0K 2m31s
    100K .......... .......... .......... .......... .......... 3% 26,2K 2m26s
    ...
    3700K .......... .......... .......... .......... .......... 98% 26,0K 2s
    3750K .......... .......... .......... .......... ....... 100% 27,3K=2m23s

    2008-08-15 16:29:12 (26,5 KB/s) - `./flashplayer10_install_linux_070208.tar.gz' saved [3888574/3888574]

    Download done.
    Flash Plugin installed.
    Code:
    ls -l /var/cache/flashplugin-nonfree
    will tell
    total 3804
    -rw-r--r-- 1 root root 3888574 2008-06-30 22:23 flashplayer10_install_linux_070208.tar.gz
    and aboutlugins (konqueror) tells:
    Shockwave Flash 10.0.0 d525 flashplugin-alternative.so

    application/x-shockwave-flash - Shockwave Flash (swf)
    application/futuresplash - FutureSplash Player (spl)
    Note
    Konqueror also needs konqueror-nsplugins.

    Code:
    locate flashplugin-alternative.so
    tells:
    /usr/lib/firefox/plugins/flashplugin-alternative.so
    /usr/lib/iceape/plugins/flashplugin-alternative.so
    /usr/lib/iceweasel/plugins/flashplugin-alternative.so
    /usr/lib/midbrowser/plugins/flashplugin-alternative.so
    /usr/lib/mozilla/plugins/flashplugin-alternative.so
    /usr/lib/xulrunner/plugins/flashplugin-alternative.so
    /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so
    and
    Code:
    locate libflashplayer.so
    tells:
    /usr/lib/flashplugin-nonfree/libflashplayer.so
    man locate / man updatedb
    NAME
    locate - find files by name
    SYNOPSIS
    locate [OPTION]... PATTERN...
    DESCRIPTION
    locate reads one or more databases prepared by updatedb(8) and writes file names matching at least one of the PATTERNs to standard output, one per line.
    NAME
    updatedb - update a database for mlocate
    SYNOPSIS
    updatedb [OPTION]...
    DESCRIPTION
    updatedb creates or updates a database used by locate(1). If the database already exists, its data is reused to avoid rereading directories that have not changed.
    Testing Adobe flash > Adobe flash test page


    > FAQ: Adobe flash
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: adobe flash player

      I can't get flash to work on my 64bit Intrepid machine. I have a feeling that "64bit" is the magic phrase here. I started fresh and followed your guide to the letter, however I have a couple different results.
      After successfully downloading and installing the package
      Code:
      ls -l /var/cache/flashplugin-nonfree
      gives
      total 3872
      -rw-r--r-- 1 root root 3958529 2008-09-16 06:05 flashplayer10_install_linux_091508.tar.gz
      Is this just a newer version? (i.e. built on 15th September '08 as opposed to yours which was built on 7th February '08)

      Code:
      locate libflashplayer.so
      gives
      /usr/lib/flashplugin-nonfree/libflashplayer.so
      /var/lib/flashplugin-nonfree/npwrapper.libflashplayer.so
      I'm not sure what npwrapper is. I am using ndiswrapper to use the Windows driver for my wireless, but that's the only thing I can think of (with n and wrapper in the name )

      Is there anything else you can recommend to fix this issue? This is the only problem I have with this release and the only thing preventing me from ditching GNOME and embracing KDE.

      Edit: In the end I just downloaded the 32 bit version and flash works fine. It's a real pity that flash for 64 bit architecture is being neglected.
      One thing that is a bit odd still is when I try to view another youtube video using the links at the end of a video, the new video doesn't load until I refresh the page. If you can decipher that last sentence you can probably address the issue too

      Comment

      Working...
      X