https://get.adobe.com/flashplayer/
## 32 bit
# tar -xf install_flash_player_11_linux.i386.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr # no "/" in front of usr
# chown root:root readme.txt # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
## 64 bit
# tar -xf install_flash_player_11_linux.x86_64.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr # no "/" in front of usr
# chown root:root readme.txt # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
Has anyone else tried the Freshplayer plugin? https://github.com/i-rinat/freshplayerplugin
I know it doesn't have the same sandbox security as Chrome, but I use the Flashblock plugin and only use Flash rarely (on sites I trust). It's been working well for me, and it might be the most viable long-term solution to the death of NPAPI Flash.
This worked thank you. What happened to the old way?