加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

How to install debug flash player 11.1 on 64-bit

发布时间:2020-12-15 18:26:15 所属栏目:百科 来源:网络整理
导读:down vote Thanks,it worked OK on my box. To summarize this was my process: Install flashplugin-installer package (not adobe-flashplugin) sudo apt-get install flashplugin-installer or using Software Center? Run this (as in previous post): s


down vote

Thanks,it worked OK on my box. To summarize this was my process:

  1. Install flashplugin-installer package (not adobe-flashplugin)

    sudo apt-get install flashplugin-installer

    or using Software Center?

    Install via the software center

  2. Run this (as in previous post):

    sudo apt-get install nspluginwrapper
    sudo cp ~/Downloads/libflashplayer.so /usr/lib/flashplugin-installer/
    sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
share improve this answer


转载地址:http://askubuntu.com/questions/104723/how-to-install-debug-flash-player-11-1-on-64-bit


安装常用套件 (必须)
sudo apt-get install ia32-libs ia32-libs-gtk linux32 lib32asound2 alien unrar
(?些套件提供了 32-bit 的支援,以及下面安装程序用到的套件)

安装 Flash Player
wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-0.9.91.4-1.x86_64.rpm
wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm
sudo alien nspluginwrapper-0.9.91.4-1.x86_64.rpm
sudo alien nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm
sudo dpkg -i nspluginwrapper_0.9.91.4-2_amd64.deb
sudo dpkg -i nspluginwrapper-i386_0.9.91.4-2_amd64.deb
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar -zxvf install_flash_player_9_linux.tar.gz
mkdir ~/.mozilla/plugins/
cp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/plugins/
nspluginwrapper -i ~/.mozilla/plugins/libflashplayer.so


转载地址:http://blog.linuxphp.org/archives/404/




I’ve been looking for a way to that would allow to easily switch between the original and the debug versions of flashplayer,without overwriting the original lib (as to not break the automatic updates),so here’s what I came up with.

  1. First,make sure you have installed the general plugin. I have done this through Ubuntu Software Center (yes,I avoided terminal here,much more visual,i like that). Make sure to get the original thing by Adobe.
  2. Make sure the original lib is there:
    ivan@desk:~$ ls /usr/lib/adobe-flashplugin/
    libflashplayer.so
  3. For some reason,Flex4 OpenSource SDK does not include the debugging plugin (the thing provided in runtimes/10.1/lnx/ is a general version,not debugger),so get the “Flashplayer Plug-in content debugger” distro fromhttp://www.adobe.com/support/flashplayer/downloads.html
  4. Untar the archive and move the plugin somewhere you will store it
    ivan@desk:~/Downloads$ tar -xvzf flashplayer_10_plugin_debug.tar.gz
    ivan@desk:~/Downloads$ sudo mv libflashplayer.so /opt/flex4/runtimes/libflashplayer.debug.so
  5. Now,install libflashplayer.debug.so as an alternative to libflashplayer.so
    ivan@desk:~/Downloads$ sudo update-alternatives --install /usr/lib/adobe-flashplugin/libflashplayer.so firefox-flashplugin /opt/flex4/runtimes/libflashplayer.debug.so 60
  6. Ensure that now the symlink points to the newly installed alternative
    ivan@desk:~/Downloads$ update-alternatives --display firefox-flashplugin
    firefox-flashplugin - auto mode
    link currently points to /opt/flex4/runtimes/libflashplayer.debug.so
    /opt/flex4/runtimes/libflashplayer.debug.so - priority 60
    /usr/lib/adobe-flashplugin/libflashplayer.so - priority 50
    Current `best' version is /opt/flex4/runtimes/libflashplayer.debug.so.
  7. Launch Firefox,type about:plugins into the addressbar and ensure that Firefox loaded the right flash plug-in.
转载地址: http://ivanbartsov.wordpress.com/2010/08/09/installing-flashplayer-debug-firefox-plug-in-on-ubuntu-10-4/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读