User Guide

842 Chapter 2: ActionScript Language Reference
System.capabilities.version
Availability
Flash Player 6.
Usage
System.capabilities.version:String
Description
Read-only property; a string containing the Flash Player platform and version information (for
example,
"WIN 7,0,19,0"). The server string is V.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.version);