cohenming
Posts: 3
Joined: Thu Oct 20, 2016 1:26 pm

Flash player

Thu Oct 20, 2016 1:36 pm

i installed raspbian on pi 3 model B
i want to play flash game
i downloaded flash_player_ppapi_linux.x86_64.tar.gz from adobe official website
i extracted it, and i got four things: LGPL file, libpepflashplayer.so, manifest.json, readme.
The readme contain nothing for installation.
i wonder how to run the .so and .json to install flash on my pi 3, can anyone help?

User avatar
procount
Posts: 2211
Joined: Thu Jun 27, 2013 12:32 pm
Location: UK

Re: Flash player

Thu Oct 20, 2016 2:11 pm

The ".x86_64" indicates it was built for 64-bit x86 processors as used in a PC, and is not suitable for running on the Arm based Pi.
Search this forum for posts relating to running flash on Chromium such as this one ->viewtopic.php?f=66&t=162525
PINN - NOOBS with the extras... https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574

jbrams
Posts: 4
Joined: Thu Oct 06, 2016 1:19 am

Re: Flash player

Fri Oct 21, 2016 12:43 am

cohenming wrote:i installed raspbian on pi 3 model B
i want to play flash game
i downloaded flash_player_ppapi_linux.x86_64.tar.gz from adobe official website
i extracted it, and i got four things: LGPL file, libpepflashplayer.so, manifest.json, readme.
The readme contain nothing for installation.
i wonder how to run the .so and .json to install flash on my pi 3, can anyone help?

Try this (how I did it. See 'Source' link if you need to install Chromium Browser) Source

click 'select all', and paste into terminal. Then save file.

Code: Select all

wget https://www.dropbox.com/s/br48bxfknrtyx0t/flash23.tar.xz?dl=0
tar -xJf flash23.tar.xz?dl=0
cd pepper
sudo cp *.so /usr/lib/chromium-browser/plugins
sudo cp *.so /usr/lib/chromium-browser/
sudo cp *.json /usr/lib/chromium-browser/plugins
sudo cp *.json /usr/lib/chromium-browser
cd
sudo rm /etc/chromium-browser/customizations/01-pepper
sudo nano /etc/chromium-browser/customizations/01-pepper
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=23.0.0.185-r1 -password-store=detect -user-data-dir"
Then save file with:
"ctrl+o", then 'enter', then "ctrl+x"

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Flash player

Fri Oct 21, 2016 4:08 am

jbrams wrote:
cohenming wrote:i installed raspbian on pi 3 model B
i want to play flash game
i downloaded flash_player_ppapi_linux.x86_64.tar.gz from adobe official website
i extracted it, and i got four things: LGPL file, libpepflashplayer.so, manifest.json, readme.
The readme contain nothing for installation.
i wonder how to run the .so and .json to install flash on my pi 3, can anyone help?

Try this (how I did it. See 'Source' link if you need to install Chromium Browser) Source

click 'select all', and paste into terminal. Then save file.

Code: Select all

wget https://www.dropbox.com/s/br48bxfknrtyx0t/flash23.tar.xz?dl=0
tar -xJf flash23.tar.xz?dl=0
cd pepper
sudo cp *.so /usr/lib/chromium-browser/plugins
sudo cp *.so /usr/lib/chromium-browser/
sudo cp *.json /usr/lib/chromium-browser/plugins
sudo cp *.json /usr/lib/chromium-browser
cd
sudo rm /etc/chromium-browser/customizations/01-pepper
sudo nano /etc/chromium-browser/customizations/01-pepper
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=23.0.0.185-r1 -password-store=detect -user-data-dir"
Then save file with:
"ctrl+o", then 'enter', then "ctrl+x"
This is obsolete. You now get the flash player from the RPF. On a new Pixel release it is already installed. To get it on older systems just run
sudo apt-get install rpi-chromium-mods
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

Return to “Beginners”