Packagecom.gestureworks.cml.utils
Classpublic class SystemDetection
InheritanceSystemDetection Inheritance Object

The StringUtils utility is a collection of static methods for working with strings.
        if (SystemDetection.AIR)
            //trace("You are running AIR!");
     
     



Public Properties
 PropertyDefined 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
Property Detail
AIRproperty
public static var AIR:Boolean

AIR

BROWSERproperty 
public static var BROWSER:Boolean

browser type

DEBUGGERproperty 
public static var DEBUGGER:Boolean

debugger information

FLASHPLAYERproperty 
public static var FLASHPLAYER:Boolean

flash player information

OSproperty 
public static var OS:String

specifies the opearting system

OTHERproperty 
public static var OTHER:Boolean

external information

VERSIONproperty 
public static var VERSION:String

specifies the player versions

VERSION_NUMBERproperty 
public static var VERSION_NUMBER:Number

specifies the player version number