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():VoidExecutes 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 |