zoukankan      html  css  js  c++  java
  • Install the Flash plug-in

     

    Flash is a plug-in for your web browser that allows you to watch videos and use interactive web pages on some websites. While HTML5, which is a more modern solution, is increasingly offered, there are still some websites which won't work without Flash.

    If you do not have Flash installed, you will probably see a message telling you so when you visit a website that needs it. Flash is available as a free (but not open-source) download for most web browsers.

    Adobe has announced that they will stop updating and distributing the Flash Player at the end of 2020. Consequently, for security reasons, the Flash plug-in should not be used after 2020.

    There are two kinds of plug-ins available:

    • NPAPI for Firefox and other Gecko-based web browsers

    • PPAPI for Chromium and other Blink-based web browsers including Opera and Vivaldi

    The Google Chrome browser is shipped with Flash bundled, and does not need a plug-in.

    flashplugin-installer

    The flashplugin-installer package provides the NPAPI plug-in for Firefox. Install the package and restart your browser.

    adobe-flashplugin

    The adobe-flashplugin package provides both the NPAPI and PPAPI plug-ins, i.e. it provides Flash for both Firefox and Chromium like web browsers.

    1. Make sure that the Canonical Partner repository is activated.

    2. Install the adobe-flashplugin package.

    3. Restart your browser.

    browser-plugin-freshplayer-pepperflash

    Some features of the PPAPI plug-in, such as 3D acceleration and premium video DRM, are not available in the NPAPI plugin. If you use Firefox or some other Gecko-based browser and need those features, you can install the browser-plugin-freshplayer-pepperflash package. It's a wrapper which makes Firefox use the PPAPI plug-in.

    1. Make sure that adobe-flashplugin is installed.

    2. Open a terminal window by pressing Ctrl+Alt+T and install the browser-plugin-freshplayer-pepperflash package:

      sudo apt install browser-plugin-freshplayer-pepperflash

    3. Restart your browser.

    Web browser provided as a snap package

    If you use Firefox or Chromium as a snap, the packages described above do not help. Instead the steps below are suggested to make Flash available.

    Please note that you are supposed to always use the latest version of Flash. It means that you need to repeat step 2 - 7 once in a while to keep accessing web services which require Flash.

    Firefox as snap

    Chromium as snap

    1. Create a lib folder:

      mkdir ~/snap/chromium/current/.local/lib

    2. Go to https://get.adobe.com/flashplayer/.

    3. Download the .tar.gz file for Linux.

    4. Navigate to the folder for downloaded files.

    5. Extract the files from the downloaded archive file:

      tar xf flash_player*

    6. Copy libpepflashplayer.so to the lib folder:

      cp libpepflashplayer.so ~/snap/chromium/current/.local/lib

    7. Restart your browser.

  • 相关阅读:
    Thinkphp3.2.3如何加载自定义函数库
    mysql 字段引号那个像单引号的撇号用法
    php cli模式学习(PHP命令行模式)
    Django model 表与表的关系
    Django model 字段详解
    Django model 中的字段解释
    python系列-1 字符串操作
    nginx-匹配规则
    ansible系列3-pyYAML
    ansible系列2-常用命令
  • 原文地址:https://www.cnblogs.com/pengmn/p/11950378.html
Copyright © 2011-2022 走看看