version (capabilities.version property)

public static version : String [read-only]

A string that contains the Flash Player platform and version information. The server string is V. The format of the version number is: "platform majorVersion, minorVersion, buildNumber, internalBuildNumber". Possible values for platform are "WIN", "MAC", and "UNIX". For example:

 WIN 8,0,22,0 // Flash Player 8 for Windows
 MAC 7,0,25,0 // Flash Player 7 for Macintosh
 UNIX 5,0,55,0 // Flash Player 5 for UNIX

Availability: ActionScript 1.0; Flash Player 6

Example

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

trace(System.capabilities.version);

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00001524.html