I have a webpage that has an animated flash gallery on its homepage.
By default, google chrome/firefox/safari ... does not let this page enable the flash plugin, so the gallery doesn't show.
Not only this happens, but also there is no prompt from the webpage requesting the user to enable flash, and the gallery completely disappear when flash is not enabled, so there's not even an error message saying that you need to enable flash to see the gallery.
What do I need to do on the page so that it requests the user to enable flash? Something like button to enable and then request permission from a browser.
Here is the sample which asks this permission in a browser.
https://quickfire.gcontent.eu/aurora/default.aspx
Cheers!
This will request to enable the flash player if its already installed otherwise, it will direct you to adobe page to download the flash player.
<a href="https://get.adobe.com/flashplayer/" target="_blank" rel="nofollow">Click here to activate it</a>