Packageorg.apache.flex.core
Classpublic class SimpleApplication
InheritanceSimpleApplication Inheritance ApplicationBase Inheritance flash.display.Sprite

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

The SimpleApplication class can be used as the main class and entry point for low-level ActionScript-only FlexJS applications. It is not indended for use in MXML applications or most of the FlexJS components as they expect a certain application lifecycle in the org.apache.flex.core.Application class.



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

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

Constructor.

Method Detail
start()method
public function start():void

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

The entry point. Override this and put all of your code in here.