Packagemx.core
Classpublic class FlexGlobals
InheritanceFlexGlobals Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

A class that contains variables that are global to all applications within the same ApplicationDomain.



Public Properties
 PropertyDefined By
  topLevelApplication : Object
[static] The first application run in an ApplicationDomain is the top-level application.
FlexGlobals
Property Detail
topLevelApplicationproperty
public static var topLevelApplication:Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The first application run in an ApplicationDomain is the top-level application. This property is set to a reference to the top-level application in the top-level application's constructor. Each ApplicationDomain will have its own topLevelApplication.