Class org.as2lib.app.conf.FlashApplication

Description

Default access point for a application in Flash.

Use this class for starting up your application with the Macromedia Flash compiler. It will start your flash configuration in Flash and your configuration for all environments in Configuration.

You have simply to add following code in the first frame action: org.as2lib.app.conf.FlashApplication.init();

Method Index

init()

Method Detail

init

static public function init():Void

Executes the configuration for the flash environment in Flash and the configuration for all environments in Configuration. These are the Flash.init and Configuration.init methods.

This method takes any amount of arguments and forwards them to both methods main.Flash.init and main.Configuration.init.

Parameters

...any amount of arguments of any type