Flash Lite 2.x and 3.0 ActionScript Language Reference

version (capabilities.version property)

public static version : String [read-only]

A string that contains the Flash Player platform and version information (for example, "WIN 7,1,0,0"). The server string is V.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.version);