Version Class
Description
The Version
class provides detailed information about the installed Flash Player version.
You can access all four parts of the version by referencing:
axcode.Version[0], axcode.Version[1], axcode.Version[2], axcode.Version[3]
The MajorPart
property corresponds to the fourth part ([3]
) of the version and is useful for determining which features are available starting from a specific major version of Flash.
This class helps you check Flash Player compatibility and ensure that your application only runs when the required Flash version is present.