
How to detect Flash settings(Ask/EnableDisable) programmatically?
How can i get the Flash settings value through java script code, i.e., which one among Ask/Enable/Disable is set?
How can i get the Flash settings value through java script code, i.e., which one among Ask/Enable/Disable is set?
All Replies (1)
You can detect the presence or absence of Flash:
- Present: You cannot directly query whether the permissions is Ask to Activate or Always Activate. Some sites appear to check whether Flash is actually doing what they expect, but I don't know if that is a reliable pattern.
- Absent: Either the permission is Never Activate, or Firefox has blocked an obsolete version of the plugin, or Flash is not installed. Websites cannot distinguish these scenarios.