Phil Bull
philbull@gmail.com
Dokumentacijska ekipa Ubuntu
Mogoče morate namestiti Flash, da si boste lahko ogledovali nekatera spletišča, ki prikazujejo videoposnetke in odzivne spletne strani.
Nameščanje vstavka Flash
Flash je vstavek za vaš spletni brskalnik, ki vam omogoča ogled videoposnetkov in uporabo odzivnih spletnih strani na nekaterih spletiščih. Medtem ko je HTML5 bolj moderna rešitev in vedno bolj ponujena, so še vedno nekatera spletišča, ki ne delujejo brez Flash.
V primeru da Flasha nimate nameščenega, boste verjetno videli sporočilo, ki vas bo obvestilo, da ga spletišče potrebuje. Flash je na voljo kot brezplačen (toda ne odprtokoden) prejem za večino spletnih brskalnikov.
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.
Na voljo sta dve vrsti vstavkov:
-
NPAPI za Firefox in druge spletne brskalnike, ki temeljijo na Gecko
-
PPAPI je Chromium in druge spletne brskalnike, ki temeljijo na Blink, vključno z Opera in Vivaldi
Brskalnik Google Chrome ima že priložen Flash in ne potrebuje vstavka.
flashplugin-installer
The flashplugin-installer package provides the NPAPI plug-in for Firefox.
Install the package and restart your browser.
adobe-flashplugin
Paket adobe-flashplugin vsebuje vstavke NPAPI in PPAPI, torej že ima Flash tako za Firefox in Chromium ter njima podobne.
-
Prepričajte se, da je skladišče Canonical Partner dejavno.
-
Namestite paket adobe-flashplugin.
-
Ponovno zaženite brskalnik.
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.
-
Prepričajte se, da je adobe-flashplugin nameščen.
-
Odprite okno terminala s pritiskom CtrlAltT in namestite paket browser-plugin-freshplayer-pepperflash:
sudo apt install browser-plugin-freshplayer-pepperflash
-
Ponovno zaženite brskalnik.
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
-
Ponovno zaženite brskalnik.
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
-
Ponovno zaženite brskalnik.