org.as2lib.app.conf.FlexApplication
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:
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
.
... | any amount of arguments of any type |