| Package | com.gestureworks.cml.utils |
| Class | public class SystemDetection |
| Inheritance | SystemDetection Object |
if (SystemDetection.AIR)
//trace("You are running AIR!");
| Property | Defined By | ||
|---|---|---|---|
| AIR : Boolean [static]
AIR
| SystemDetection | ||
| BROWSER : Boolean [static]
browser type
| SystemDetection | ||
| DEBUGGER : Boolean [static]
debugger information
| SystemDetection | ||
| FLASHPLAYER : Boolean [static]
flash player information
| SystemDetection | ||
| OS : String [static]
specifies the opearting system
| SystemDetection | ||
| OTHER : Boolean [static]
external information
| SystemDetection | ||
| VERSION : String [static]
specifies the player versions
| SystemDetection | ||
| VERSION_NUMBER : Number [static]
specifies the player version number
| SystemDetection | ||
| AIR | property |
public static var AIR:BooleanAIR
| BROWSER | property |
public static var BROWSER:Booleanbrowser type
| DEBUGGER | property |
public static var DEBUGGER:Booleandebugger information
| FLASHPLAYER | property |
public static var FLASHPLAYER:Booleanflash player information
| OS | property |
public static var OS:Stringspecifies the opearting system
| OTHER | property |
public static var OTHER:Booleanexternal information
| VERSION | property |
public static var VERSION:Stringspecifies the player versions
| VERSION_NUMBER | property |
public static var VERSION_NUMBER:Numberspecifies the player version number