flash.js
No description.

File Location

/goog/useragent/flash.js


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 »

Directory useragent

File Reference