Install flashplayer in Ubuntu
1.First Download tar.gz file
Access Official website here
2.Unzip file and mv
main file is libpepflashplayer.so,move it in browser-plugins.
tar -xzvf flash_player_ppapi_linux.x86_64.tar.gz
sudo mv libpepflashplayer.so /usr/lib/chromium-browser/plugins
3.update default file
the config in /etc/chromium-browser/default
sudo vim /etc/chromium-browser/default
Enter this in your file:
# Default settings for chromium-browser. This file is sourced by /bin/sh from
# /usr/bin/chromium-browser
# Options to pass to chromium-browser
CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=25.0.0.171"
the "--ppapi-flash-version=25.0.0.171" is in the file named manifest.json
Tips:最近flash好像要被h5取代了,估计以后永不到了。
网友评论