Player.platformVersion in Anark Studio 2.5
OS version.
This property is read-only.
- Property Type
- String
Returns the version of the platform the player is on.
For Mac OS, it will return a string like:
"10.2.3"
"10.2.4"
"10.2.5"
For Windows, it will return a string like:
"4.0"
— Windows 95"4.10"
— Windows 98"4.90"
— Windows ME"5.0"
— Windows 2000"5.1"
— Windows XP
…however, additional information is returned for Windows versions, including the service pack version. Because so many combinations are possible, they are not covered here. The format of the full return value appears like: "5.1.2600.2"
.