Packageorg.springextensions.actionscript.utils
SVN browsingEnvironment.as
FisheyeEnvironment.as
Classpublic class Environment

Contains information about the environment the application is currently running in.

This class should never be instantiated since all methods are static.



Public Properties
 PropertyDefined by
  isAIR : Boolean
[static][read-only] Returns whether or not the application is running in an AIR environment.
Environment
  isFlash : Boolean
[static][read-only] Returns whether or not the application is running in a Flash environment.
Environment
  isFlex : Boolean
[static][read-only] Returns whether or not the application is running in a Flex environment.
Environment
Public Methods
 MethodDefined by
  
Environment
Property detail
isAIRproperty
isAIR:Boolean  [read-only]

Returns whether or not the application is running in an AIR environment.

Implementation
    public static function get isAIR():Boolean
isFlashproperty 
isFlash:Boolean  [read-only]

Returns whether or not the application is running in a Flash environment.

Implementation
    public static function get isFlash():Boolean
isFlexproperty 
isFlex:Boolean  [read-only]

Returns whether or not the application is running in a Flex environment.

Implementation
    public static function get isFlex():Boolean
Constructor detail
Environment()constructor
public function Environment()