How to install debug flash player 11.1 on 64-bit

39 篇文章 0 订阅

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/
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值