userAgent.flash

Classes


Public Protected Private

Global Functions

goog.userAgent.flash.getVersion_(desc) string
Derived from Apple's suggested sniffer.
Arguments:
desc : string
e.g. Shockwave Flash 7.0 r61.
Returns: string  7.0.61.
code »
goog.userAgent.flash.init_()
Initializer for goog.userAgent.flash This is a named function so that it can be stripped via the jscompiler if goog.userAgent.flash.ASSUME_NO_FLASH is true.
code »
goog.userAgent.flash.isVersion(version) boolean
Whether the installed flash version is as new or newer than a given version.
Arguments:
version : string
The version to check.
Returns: boolean  Whether the installed flash version is as new or newer than a given version.
code »

Global Properties

goog.userAgent.flash.ASSUME_NO_FLASH :
No description.
Code »
goog.userAgent.flash.HAS_FLASH :
Whether we can detect that the browser has flash
Code »
goog.userAgent.flash.VERSION :
Full version information of flash installed, in form 7.0.61
Code »
goog.userAgent.flash.detectedFlashVersion_ :
Full version information of flash installed, in form 7.0.61
Code »
goog.userAgent.flash.detectedFlash_ :
Whether we can detect that the browser has flash
Code »

Package userAgent

Package Reference