Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > Capabilities > $version | |||
Flash Lite 1.1.
$version
String variable; contains the version number of Flash Lite. It contains a major number, minor number, build number, and an internal build number, which is generally 0 in all released versions.
The major number reported for all Flash Lite 1.x products is 5. Flash Lite 1.0 has a minor number of 1; Flash Lite 1.1 has a minor number of 2.
In the Flash Lite 1.1 player, the following code sets the value of myVersion to "5, 2, 12, 0":
myVersion = $version;
|
|
|
|