De-I > getVersion
getVersionSyntax
getVersion();
Arguments
None.
Description
Function; returns a string containing Flash Player version and platform information.
This function does not work in test-movie mode, and will only return information for versions 5 or later of the Flash Player.
Example
The following is an example of a string returned by the getVersion
function:
WIN 5,0,17,0
This indicates that the platform is Windows, and the version number of the Flash Player is major version 5, minor version 17(5.0r17).
Player
Flash 5 or later.