Phil Bull
philbull@gmail.com
Equipa de documentação do Ubuntu
Poderá ter que instalar o Flash para poder visualizar alguns sítios com vídeos e páginas interactivas.
Instalar a extensão Flash
O Flash é uma extensão para o seu navegador que lhe permite assistir a vídeos e a usar páginas interactivas nalguns sítios. Ainda que o HTML5, que é uma solução mais moderna, seja casa vez mais usado, ainda existem alguns sítios que não trabalham sem o Flash.
Se não tem o Flash instalado, provavelmente verá uma mensagem a dizer-lho quando visitar um website que precise dele. O Flash está disponível para transferência gratuita (mas não de código aberto) para a maioria dos navegadores web.
A Adobe anunciou que deixará de actualizar e distribuir o reprodutor Flash no final de 2020. Desta forma, por razões de segurança. a extensão Flash não deverá ser usada depois de 2020.
Existem dois tipos de extensões disponíveis.
-
NPAPI para o Firefox e outros navegadores baseados em Gecko.
-
PPAPI para o Chromium e outros navegador baseados em Blink como o Opera e o Vivaldi
O navegador Google Chrome é distribuído com o Flash e não necessita da extensão
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.
-
Make sure that the Canonical Partner repository is activated.
-
Install the adobe-flashplugin package.
-
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.
-
Make sure that adobe-flashplugin is installed.
-
Open a terminal window by pressing CtrlAltT and
install the browser-plugin-freshplayer-pepperflash package:
sudo apt install browser-plugin-freshplayer-pepperflash
-
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
-
Create a plugins folder:
mkdir ~/snap/firefox/common/.mozilla/plugins
-
Go to https://get.adobe.com/flashplayer/.
-
Download the .tar.gz file for Linux.
-
Navigate to the folder for downloaded files.
-
Extract the files from the downloaded archive file:
tar xf flash_player*
-
Copy libflashplayer.so to the plugins folder:
cp libflashplayer.so ~/snap/firefox/common/.mozilla/plugins
-
Restart your browser.
Chromium as snap
-
Create a lib folder:
mkdir ~/snap/chromium/current/.local/lib
-
Go to https://get.adobe.com/flashplayer/.
-
Download the .tar.gz file for Linux.
-
Navigate to the folder for downloaded files.
-
Extract the files from the downloaded archive file:
tar xf flash_player*
-
Copy libpepflashplayer.so to the lib folder:
cp libpepflashplayer.so ~/snap/chromium/current/.local/lib
-
Restart your browser.