This answer may be outdated due to recent changes to Adobe and Flash. This answer is left here as is for historical purposes.
Firefox is dropping support for NPAPI soon, which may make this answer out dated and invalid. It may only be possible to get Flash in Chrome, and only Chrome, at some point, such that there is no Firefox solution.
Como o Adobe não suporta mais o Flash no Linux, o Chrome é uma das opções restantes que acompanham o Flash. Este é um caso especial do Chrome, conforme detalhado no Flash Roadmap da Adobe no subtítulo "Linux" Computadores Pessoais.
Você pode usar o Pepper Flash (chamado "Fresh Player") no Firefox. Webupd8 até comentou sobre isso aqui e como fazê-lo funcionar (o artigo vinculado foi publicado em 29 de maio de 2014 e pode estar desatualizado). O plugin pode ser usado como parece ser sugerido regularmente nos bate-papos do IRC do Ubuntu como uma solução.
O abaixo é extraído da postagem do Webupd8:
OBSERVAÇÃO: O wrapper usado para isso está no estágio ALPHA e provavelmente será EXTRAORIDAMENTE instável.
Para resumir os passos detalhados,
-
Instale o plugin Fresh Player no Ubuntu (via PPA), usando os seguintes comandos:
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install freshplayerplugin
-
O método mais fácil de usar isso significa que você infelizmente precisará instalar o Google Chrome para que isso funcione. Isso ocorre porque o Plugin do Player de Atualização é apenas um wrapper para
libpepflashplayer.so
, então ele precisa deste arquivo que é fornecido com o Google Chrome. A maneira mais fácil de obter esse arquivo é simplesmente instalar o Stable do Google Chrome - faça o download aqui . instale-o.2a. Alternativamente:
There are other ways of getting libpepflashplayer.so but I won't post installation instructions for all of them here.
Instead, I'll just list them below:
If you're using Google Chrome Unstable, create a symbolic link from
/opt/google/chrome-unstable/PepperFlash
to/opt/google/chrome/
or change add afreshwrapper.conf
file and add the/opt/google/chrome-unstable/PepperFlash/libpepflashplayer.so
path there - see step 3You can install Pepper Flash using 2 other ways: via the installer available in the official Ubuntu 14.04 repositories and via the Pepper Flash PPA which is also available for older Ubuntu versions - once installed, then you'll need to create a symbolic link for Pepper Flash to
/opt/google/chrome/PepperFlash/libpepflashplayer.so
or see step 3 for how to change the path to it.
-
Remova o plug-in do Flash instalado pelo APT: Remover / Limpar esses pacotes do Centro de Software
flashplugin-installer
adobe-flashplugin
adobe-flash-properties-gtk
adobe-flash-properties-kde
ou apenas executar em um terminal:sudo aptitude --purge-unused purge flashplugin-installer adobe-flashplugin adobe-flash-properties-gtk adobe-flash-properties-kde
O pacote Pepper Flash não substitui o arquivo de biblioteca original, e é por isso que até essa etapa, você pode ver ambas versões do plug-in Flash na página Complementos, e não há maneira de ter certeza de que o Firefox usará a versão mais recente. E você não pode desativar um sem desativar o outro (se você desabilitar um e reiniciar, ambos serão desativados).
-
Opcional (use-o apenas se você quiser ajustar várias configurações): configure o plugin Fresh Player
Here you'll find an example Fresh *Player Plugin configuration - to use it, save this file, rename it to
freshwrapper.conf
and copy it under~/.config/freshwrapper-data/
Use this configuration file to change the path to
libpepflashplayer.so
or to tweak the sound buffer if you have shuttering sound. Don't use it to enable hardware acceleration yet as it doesn't work properly for now!The configuration options available in this file are pretty self-explanatory - you can configure the lower and higher bound for the audio buffer size, change the Xinerama screen used to acquire fullscreen window geometry (default: 0), change the path to
libpepflashplayer.so
along with command line arguments (like enabling hardware video decoding).