diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/SWFDetect.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/SWFDetect.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1899 @@ + + + + + SWFDetect - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

SWFDetect Class

+
+ + + + + + + + + + + Module: swfdetect + + + + +
+ + + +
+

month range of dates, rendered as a grid with date and +weekday labels.

+
+ + +
+

Constructor

+
+

SWFDetect

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + swfdetect/js/swfdetect.js:63 + +

+ + + + + +
+ +
+ +
+ + + + + + +
+ +
+ + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + + + + + +
+ + +
+

Methods

+ + +
+

getFlashVersion

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + swfdetect/js/swfdetect.js:74 + +

+ + + + + +
+ +
+

Returns the version of either the Flash Player plugin (in Mozilla/WebKit/Opera browsers), +or the Flash Player ActiveX control (in IE), as a String of the form "MM.mm.rr", where +MM is the major version, mm is the minor version, and rr is the revision.

+
+ + + + + + +
+ + +
+

isFlashVersionAtLeast

+ + +
+ (
    + +
  • + + flashMajor + +
  • + +
  • + + flashMinor + +
  • + +
  • + + flashRev + +
  • + +
) +
+ + + + + Boolean + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + swfdetect/js/swfdetect.js:85 + +

+ + + + + +
+ +
+

Checks whether the version of the Flash player installed on the user's machine is greater +than or equal to the one specified. If it is, this method returns true; it is false otherwise.

+
+ + +
+

Parameters:

+ +
    + +
  • + + flashMajor + Int + + + + +
    +

    The Major version of the Flash player to compare against.

    +
    + + +
  • + +
  • + + flashMinor + Int + + + + +
    +

    The Minor version of the Flash player to compare against.

    +
    + + +
  • + +
  • + + flashRev + Int + + + + +
    +

    The Revision version of the Flash player to compare against.

    +
    + + +
  • + +
+
+ + + +
+

Returns:

+ +
+ + + Boolean: + + Whether the Flash player version is greater than or equal to the one specified. + +
+
+ + + +
+ + +
+ + + + + + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +