Searched defs:version (Results 1 - 2 of 2) sorted by relevance

/yui3/src/test/js/
H A DYUITest.js13 version: "@VERSION@"
/yui3/src/swfdetect/js/
H A Dswfdetect.js2 * Utility for Flash version detection
7 var version = 0, variable
50 version = 6.0;
53 if (version === 0) {
57 vS = ax.GetVariable("$version").replace(/[A-Za-z\s]+/g, '').split(',');
75 * Returns the version of either the Flash Player plugin (in Mozilla/WebKit/Opera browsers),
77 * MM is the major version, mm is the minor version, and rr is the revision.
86 * Checks whether the version of the Flash player installed on the user's machine is greater
89 * @return {Boolean} Whether the Flash player version i
[all...]

Completed in 18 milliseconds