Class org.as2lib.app.conf.FlexApplication

org.as2lib.app.conf.FlexApplication

Description

FlexApplication is the default access point for Flex applications.

Use this class to configure your application with Macromedia Flex. It inits your flex configuration in Flex and your configuration for all environments in Configuration.

You must simply init your application something like this:

Method Index

init()

Method Detail

init

static public function init():Void

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

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

Parameters

...any amount of arguments of any type