Part of the JavaScript Flash Foundation Series
A JavaScript library designed to simplify the process of detecting if the Adobe Flash Player is installed in a Web Browser. Please forward any questions, comments and feature requests to the JavaScript Flash Foundation Series Group.
To generate the required HTML for adding an Adobe Flash Player movie to a web document please refer to the complementary JavaScript Flash HTML Generator Library.
| Source | Version | Date | Release Notes |
|---|---|---|---|
| 1.0.2 | August 17, 2007 | release-notes.txt | |
| flash_detect.js1 | 1.0.1 | April 3, 2007 | release-notes.txt |
| flash_detect.js1 | 1.0.0 | March 17, 2007 | release-notes.txt |
Please forward any issues to the JavaScript Flash Foundation Series Group.
This property is used to detect if the Flash Player is installed.
Returns true on success and false on failure.
This property is used to retrieve the major version number of the installed Flash Player. This property is mainly used when you know that the Flash Player is installed.
Returns number 0 or greater on success and -1 on failure.
This property is used to retrieve the minor version number of the installed Flash Player. This property is mainly used when you know that the Flash Player is installed.
Returns number 0 or greater on success and -1 on failure.
This property is used to retrieve the revision version number of the installed Flash Player. This property is mainly used when you know that the Flash Player is installed.
Returns number 0 or greater on success and -1 on failure.
This property is used to retrieve the revision string of the installed Flash Player. This property is mainly used when you know that the Flash Player is installed and you require the alphanumeric revision code.
Returns non-empty string on success and an empty string on failure.
This property is used to retrieve the ActiveX object variable $version (e.g., WIN 9,0,28,0) of the installed Flash Player. This property is mainly used when you know that the Flash Player is installed and the browser is Windows Internet Explorer.
Returns non-empty string on success and an empty string on failure.
Finds whether the installed Flash Player version is greater than or equal to the number passed. This method can be used independantly of knowing if the Flash Player is installed or not.
Returns true on success and false on failure.
Targeted for users of the Yahoo! User Interface (YUI) Library. YUI is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX.
The YAHOO.util.FlashDetect namespace is used to contain the library within the YAHOO global Object. For more details pertaining to the YUI namespace implementation and dependencies please refer to the YAHOO.namespace documentation.