Packagevegas.display
Classpublic class Root
InheritanceRoot Inheritance CoreMovieClip Inheritance flash.display.MovieClip

The Root class is a MovieClip class to creates the main class of your applications.



Public Properties
 PropertyDefined By
  flashVars : FlashVars
[static] The global reference of all FlashVars of this application.
Root
  global : *
[static] The global reference of the application.
Root
 Inheritedlogger : Logger
Determinates the internal ILogger reference of this Logable object.
CoreMovieClip
  root : DisplayObjectContainer
[static] The root reference of the application.
Root
  stage : Stage
[static] The stage reference of the application.
Root
Public Methods
 MethodDefined By
  
Creates a new Root instance.
Root
 Inherited
isLocked():Boolean
Returns true if the object is locked.
CoreMovieClip
 Inherited
lock():void
Locks the object.
CoreMovieClip
 Inherited
resetLock():void
Reset the lock security of the display.
CoreMovieClip
 Inherited
unlock():void
Unlocks the display.
CoreMovieClip
Protected Methods
 MethodDefined By
 Inherited
addedToStage(e:Event = null):void
Invoked when the display is added to the stage.
CoreMovieClip
 Inherited
removedFromStage(e:Event = null):void
Invoked when the display is removed from the stage.
CoreMovieClip
Property Detail
flashVarsproperty
public static var flashVars:FlashVars

The global reference of all FlashVars of this application.

globalproperty 
public static var global:*

The global reference of the application.

rootproperty 
public static var root:DisplayObjectContainer

The root reference of the application.

stageproperty 
public static var stage:Stage

The stage reference of the application.

Constructor Detail
Root()Constructor
public function Root()

Creates a new Root instance.