SWFDetect Class
+ + + + +month range of dates, rendered as a grid with date and +weekday labels.
+Constructor
+SWFDetect
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Item Index
+ + +Methods
+ +-
+
+
- + getFlashVersion + + + + + +
- + isFlashVersionAtLeast + + + + + +
Methods
+ + +getFlashVersion
+
+
+ ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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+ +
+
+
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.
+
+
+
