Package | com.gestureworks.cml.utils |
Class | public class SystemDetection |
Inheritance | SystemDetection ![]() |
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:Boolean
AIR
BROWSER | property |
public static var BROWSER:Boolean
browser type
DEBUGGER | property |
public static var DEBUGGER:Boolean
debugger information
FLASHPLAYER | property |
public static var FLASHPLAYER:Boolean
flash player information
OS | property |
public static var OS:String
specifies the opearting system
OTHER | property |
public static var OTHER:Boolean
external information
VERSION | property |
public static var VERSION:String
specifies the player versions
VERSION_NUMBER | property |
public static var VERSION_NUMBER:Number
specifies the player version number