The goog.userAgent.flash Namespace

.ASSUME_NO_FLASH

.HAS_FLASH {boolean}

Whether we can detect that the browser has flash

.VERSION {string}

Full version information of flash installed, in form 7.0.61

.isVersion(version)

Whether the installed flash version is as new or newer than a given version.

version {string}
The version to check.
returns {boolean}
Whether the installed flash version is as new or newer than a given version.