Is there a way to detect the minimum version of flash required for FireFox and Safari?
Context:
Since FireFox and Safari do not have embedded flash support and rely on flash being installed, it is possible for flash to be out of date and for the browsers to block flash because it does not meet their minimum requirements.
We currently support FireFox versions v45+, and Safari v9+, and I currently do not see a way of being able to systematically detect if the flash version installed meets the minimum requirements or not?
Questions:
If I can detect the current flash version via navigator.plugins, is there a way to dynamically interpret that the version is too low in FF or Safari for the current browser version?
If not, and we have to maintain some elaborate lookup table, matching browser versions to minimum supported flash versions, is the information of what the minimum versions are for FF and Safari versions, available anywhere in the community? If not, can that initiative be started here, since it would benefit from crowd sourcing?
Example below is from Safari (FireFox does the same thing):


