Packageorg.apache.flex.core
Classpublic class ApplicationBase
InheritanceApplicationBase Inheritance flash.display.Sprite
Implements IFlexInfo
Subclasses Application, SimpleApplication

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

This is a platform-dependent base class for Application



Public Methods
 MethodDefined By
  
Constructor.
ApplicationBase
  
info():Object
An Object containing information generated by the compiler that is useful at startup time.
ApplicationBase
Constructor Detail
ApplicationBase()Constructor
public function ApplicationBase()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.

Method Detail
info()method
public function info():Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

An Object containing information generated by the compiler that is useful at startup time.

Returns
Object