Adobe Flash Player

Translation(s): English - Espa?ol - Fran?ais - Italiano - Русский - 简体中文



Flash > Adobe Flash Player



Please note that Flash will be EOL at the end of 2020 so you should migrate any use of Flash to HTML5 as soon as possible.



Adobe Flash Player is a multimedia platform used to add animation, video, and interactivity to Web pages. Flash is frequently used for advertisements and games.

This wiki page describes how to install the Adobe Flash Player, formerly
known as the Macromedia Flash Player, on Debian systems. This page
serves as the homepage of the Debian package flashplugin-nonfree.

Contents

  1. End User License Agreement of the Adobe Flash Player
  2. Installation
    1. Debian 9 Stretch

      1. Firefox
      2. Chromium
    2. Semi-Automatic installation and/or update for Mozilla Firefox on Debian 9 Stretch
    3. Older Versions
  3. Update
    1. Semi-Automatic update
    2. Manual update
  4. Uninstall
  5. Compatible browsers
    1. Supported browsers
    2. Unsupported browsers
  6. Bug reporting
  7. Troubleshooting
  8. See Also
  9. External Links

End User License Agreement of the Adobe Flash Player

The newest versions of the Debian package flashplugin-nonfree have this warning in the package description:

WARNING: Installing this Debian package causes the
Adobe Flash Player to be downloaded from www.adobe.com.
The End User License Agreement of the Adobe Flash Player
is available at www.adobe.com.

Installation

Debian 9 Stretch

Firefox

1. Download the latest Adobe Flash Player for Linux from https://get.adobe.com/flashplayer/

  • On 64bit systems, it should be: flash_player_npapi_linux.x86_64.tar.gz
  • On 32bit systems, it should be: flash_player_npapi_linux.i386.tar.gz

Alternatively, you can download it from: https://get.adobe.com/flashplayer/otherversions/

2. Unpack the tar.gz file: tar -xzf flash_player_npapi_linux*.tar.gz

3. Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version:

Example: Debian 9 Stretch + Firefox 52.4.0 (64-Bit): /usr/lib/mozilla/plugins/

Example: Debian 9 Stretch + Firefox 62+ (64-Bit): ~/.mozilla/plugins/

*Please note you may have to create this directory if it does not exist*

4. Copy libflashplayer.so to the appropriate browser plugins directory: sudo cp libflashplayer.so <browserpluginlocation>

Example: sudo cp libflashplayer.so /usr/lib/mozilla/plugins/

5. Copy the Flash Player Local Settings configurations files to the /usr directory: sudo cp -r usr/* /usr

6. Restart Firefox.

Chromium

1. Download the latest Adobe Flash Player for Linux from https://get.adobe.com/flashplayer/

  • On 64bit systems, it should be: flash_player_ppapi_linux.x86_64.tar.gz
  • On 32bit systems, it should be: flash_player_ppapi_linux.i386.tar.gz

2. Unpack the tar.gz file: tar -xzf flash_player_ppapi_linux*.tar.gz

3. Copy libpepflashplayer.so to the appropriate lib directory: sudo cp libflashplayer.so <browserpluginlocation>

Example: sudo cp flash/libflashplayer.so /usr/local/lib

4. Check the version of the flash plugin from the manifest.json file

Example: grep flash/manifest.json version

  • "version": "31.0.0.153",

5. Restart Chromium with parameters of flash plugin location and version: chromium --ppapi--flash-path=<browserpluginname> --ppapi-flash-version=<browserpluginversion>

Example: chromium --ppapi-flash-path=/usr/local/lib/libpepflashplayer.so --ppapi-flash-version=31.0.0.153

Semi-Automatic installation and/or update for Mozilla Firefox on Debian 9 Stretch

1. Download and execute this shell script (fireflashupdate) with the following commands:

wget https://raw.githubusercontent.com/cybernova/fireflashupdate/master/fireflashupdate.sh
chmod +x fireflashupdate.sh
./fireflashupdate.sh

2. Restart Firefox

Older Versions

Note : flashplugin-nonfree package is not in the stable distribution. Refer to the Manual update method.

  1. Ensure your /etc/apt/sources.list file includes the contrib section ( for more information see sources.list )
  2. Install flashplugin-nonfree (from section contrib):
# apt-get install flashplugin-nonfree

Update

Semi-Automatic update

How to update the Adobe Flash Player:

# update-flashplugin-nonfree --install

If this fails with "ERROR: wget failed to download ...", try the Manual update.

Manual update

When running update-flashplugin-nonfree --install you might get the following error:

ERROR: wget failed to download http://people.debian.org/~bartm/flashplugin-nonfree/D5C0FC14/fp.24.0.0.221.sha512.amd64.pgp.asc

Unfortunately this is a recurring bug, anyway you can upgrade the plugin manually following this procedure:

  1. Download the latest release of the plugin in tar.gz format from https://get.adobe.com/flashplayer/
  2. As root, extract the tar.gz package and copy libflashplayer.so to /usr/lib/flashplugin-nonfree
  3. Give the file sane permission/ownership values:
      chmod 644 /usr/lib/flashplugin-nonfree/libflashplayer.so
      chown root:root /usr/lib/flashplugin-nonfree/libflashplayer.so
  4. Check that the relevant /etc/alternatives entry is correct (this shouldn‘t be required if the plugin was working properly before the upgrade) update-alternatives --list flash-mozilla.so should return /usr/lib/flashplugin-nonfree/libflashplayer.so If that‘s not the case, you can fix it with: update-alternatives --quiet --install /usr/lib/mozilla/plugins/flash-mozilla.so flash-mozilla.so /usr/lib/flashplugin-nonfree/libflashplayer.so 50

(the procedure is based on the one suggested at: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851066#30)

Note that the filename may be libpepflashplayer.so for the PepperFlashPlayer variant.

Uninstall

How to Uninstall the Adobe Flash Player, and the flashplugin-nonfree package:

# update-flashplugin-nonfree --uninstall
# apt-get remove flashplugin-nonfree

Compatible browsers

Supported browsers

Unsupported browsers

Bug reporting

If you find a problem with flashplugin-nonfree, then you are most welcome to report it in the Debian bug tracking system. However, we cannot modify the Adobe Flash Player to fix problems in Debian. So if you find a problem with the Adobe Flash Player, then please report it to Adobe.

If you have found a workaround for a problem, then you are welcome to add an entry in the "troubleshooting" section below.

Troubleshooting

  • Proxy : The package flashplugin-nonfree has "its own internal solution" for caching the big .tar.gz downloaded from Adobe. Downloading fp10.*.pgp.asc is not cached by flashplugin-nonfree. My advice is to never use a caching proxy with flashplugin-nonfree, because a retrieval of fp10.*.pgp.asc from cache might result in a security update to be installed later than it should. If you must use a proxy because you have no direct way to the internet, then obviously you have no choice than to use the proxy. Then this should work:

    http_proxy=http://my.proxy.intranet:8080/ apt-get install flashplugin-nonfree

    or

    https_proxy=http://my.proxy.intranet:8080/ apt-get install flashplugin-nonfree

    Also this should work:

    http_proxy=http://my.proxy.intranet:8080/ update-flashplugin-nonfree --install

    or

    https_proxy=http://my.proxy.intranet:8080/ update-flashplugin-nonfree --install

    Or, with a different environment variable than http_proxy, see: http://www.gnu.org/software/wget/manual/html_node/Proxies.html

  • Remember that if you need the Flash Player to work with pulse, you can ask libasound to do so in your ~/.asoundrc:
    pcm.pulse {
        type pulse
    }
    
    ctl.pulse {
        type pulse
    }
    
    pcm.!default {
        type pulse
    }
    
    ctl.!default {
        type pulse
    }
  • To verify the Adobe Flash Player version number installed on your system, access the About Flash Player page, or right-click on content running in Flash Player and select "About Adobe (or Macromedia) Flash Player" from the menu. If you use multiple browsers, perform the check for each browser you have installed on your system. (Source: Flash player security bulletins). Flash Player 11.2 is the last supported Flash Player version for Linux. Adobe will continue to provide security updates. (Source).
  • Adobe dropped support of processors without SSE2 on Linux (you can check with "grep ^flags /proc/cpuinfo" the letters "sse2" should be in the list) in an early point release of Flash Player 11. The player will install, but then crashes when it is invoked. This mostly affects older 32bit AMD processors. You can install Flash Player 10 from Adobe, see 697339.
  • In case the plugin causes high cpu-usage, you can try this: create /etc/adobe/mms.cfg:
     # Adobe player settings
     AVHardwareDisable = 0
     FullScreenDisable = 0
     LocalFileReadDisable = 1
     FileDownloadDisable = 1
     FileUploadDisable = 1
     LocalStorageLimit = 1
     ThirdPartyStorage = 1
     AssetCacheSize = 10
     AutoUpdateDisable = 1
     LegacyDomainMatching = 0
     LocalFileLegacyAction = 0
     AllowUserLocalTrust = 0
     # DisableSockets = 1
     OverrideGPUValidation = 1

    Hardware video decoding was considered experimental in FP 10.3 and is not supported in FP 11 for stability reasons and can cause crashes. It is not documented in official Flash Player Admin Guides. Enable at user discretion.

     EnableLinuxHWVideoDecode = 1

    Otherwise, a solution for users on netbooks with an accelerated video card as Intel 945GM and Atom CPU is to downgrade to FP10, in this way you can use again the GPU acceleration features instead of wasting CPU. But this is not recommended since Adobe will only provide security updates for FP 11.2.

  • Fluent playback with Iceweasel is possible, replace the above options with the below options. This should permit for fluent HD playback with hw acceleration ( or no hw acceleration ) in the browser, except for full-screen HD depending on your machines capabilities.
AssetCacheSize = 50
LocalStorageLimit = 5

If your Chromium or Google Chrome browser window is flickering, blinking constantly on some webpages, this issue is cause by Flash player, the following steps might fix that issue.

  1. Using your browser view any webpage containing a flash video
  2. Right click on the video, select "Settings" option, uncheck "Enable hardware acceleration" option
  3. Close your browser, reopen it, right click on the video, select "Settings" option, check "Enable hardware acceleration" option

原文地址:https://www.cnblogs.com/augustone/p/10293101.html

时间: 2024-10-03 08:13:09

Adobe Flash Player的相关文章

Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redh

解决浏览器Adobe Flash Player不是最新版本问题

方法/步骤 首先打开浏览器,登录网址[http://www.adobe.com/cn/],步骤截图如下所示:   点击[菜单],下拉打开的列表,找到并点击[Adobe Flash Player],步骤截图如下所示:   点击页面上的[您是否有其他操作系统或浏览器?]按钮,步骤截图如下所示:   根据自己的情况,先选择操作系统,需要注意的是,在选择Adobe Flash Player的版本时,一定要看准,要选择PPAPI版本的,现在谷歌浏览器已经停止支持NPAPI版本的插件了. 特别提醒,注意把那

安装Ubuntu双系统系列——为Firefox安装Adobe Flash Player

使用环境:OS:Ubuntu 12.04 LTSBrowser: Firefox 12.0Adobe Flash Player: install_flash_player_11_linux.x86_64.tar.gz 安装方法:1. 下载Adobe Flash Player:请从Adobe官方下载,也可以从这个URL下载,这个URL也是官方的链接:http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.235/install_f

Adobe Flash Player - imsoft.cnblogs

Adobe Flash Player是一个跨平台.基于浏览器的应用程序.运行时,它可以跨屏幕和浏览器原汁原味地查看具有表现力的应用程序.内容和视频.Flash Player实现了移动屏幕上的高性能优化,设计为充分利用本机设备能力,从而实现更丰富.更引人入胜的用户体验. Adobe Flash Player 16.0 两大新功能: 1.Windows/Mac PPAPI安装程序 PPAPI也就是Pepper Plugin API,是在原有网景NPAPI(Netscape Plugin API)基础

chrome://plugins 无法打开的解决方法,同时解决“该网页已屏蔽插件-adobe flash player”

chrome打开想要看视频时提示该网页已屏蔽插件-adobe flash player,在网上查了半天说在chrome plugins里面打开就可以了.可是chrome://plugins 无法打开,在chrome标签页输入chrome://plugins提示如下页面:其次chrome://plugins 无法打开已经有一段时间了.在http://www.cnplugins.com/tool/chrome-plugins.html找到答案. 因为从谷歌官方的博客上看,chrome://plugi

谷歌浏览器提示Adobe Flash Player因过期而遭到阻止

解决方法: 1.下载最新版本chrome://plugins/ 到官网Adobe Flash Player 下载最新版本,目前20 https://get.adobe.com/cn/flashplayer/?no_redirect 2.在谷歌浏览器地址输入chrome://plugins/  进入插件管理,可以看到 Adobe Flash Player 并且出现过期提示,点击该行最右边的查看详情,出现多个版本,把旧的版本点停用,然后下面最新的版本就会被启用 3.完成

Ubuntu 14.04 下 Chromium 出现 未安装Adobe Flash Player 问题解决

Ubuntu 14.04 中,其他浏览器在安装Adobe Flash插件后可以播放视频及音乐,但是Chromium浏览器则会提示缺少Adobe Flash 插件. 原因:之前Chromium使用Netscape Plugin API构架来支持Flash,从Ubuntu 14.04开始,Chromium将会停止使用Netscape Plugin API.因为其他浏览器使用的是Flash Player 11.2,所以不会出现这个问题. 解决:为了解决这个问题,我们可以使用Pepper Flash P

ubuntu中 给chrome安装adobe flash player

这个问题也是会普遍遇到的,每次度娘大把信息,各种方法,可视真正能用的却少之又少,就像给chrome安装adobe flash player  只需要下面一条命令即可,无需换源,无需下载及复制. sudo apt-get install pepperflashplugin-nonfree

如何将chrome浏览器中出现的Adobe flash player版本旧无法更新的问题

1. 下载adobe flash player 1) 下载链接:http://www.adobe.com/support/flashplayer/debug_downloads.html 2)  选择带有PPAPI的链接地址进行下载 3)  可右击选择复制链接,然后将其复制到迅雷中,进行迅雷下载(可选) 2. 安装即可

Adobe Flash player 过期,无法正常使用

文章来自https://support.google.com/chrome/answer/6258784 需要自己弄个VPNFQ.我用的是天行vpn加速器,免费试用那种. Adobe Flash 无法正常使用 如果 Adobe Flash 无法正常使用,或者您看到以下错误消息,请尝试按照下文介绍的问题排查步骤操作. Adobe Flash 版本太旧,因此已被屏蔽 无法加载插件 该网页已屏蔽以下插件 如果您使用的是移动设备,那么 Flash 无法在 Chrome 中使用. 第 1 步:开启 Ado