Test the user to see if they have flash player installed on their machine.
Vanilla JS no dependcies
Can be test in Chrome by simple disabling flash inside plugins like so:
In the address chrome://plugins/
then select Disable under Adobe Flash player.
The hasFlash variable will return false
, otherwise if its enabled the hasFlash variable will return true
.
Similar approach can be on other browsers as well.