Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I must instantiate a variable when flex mobile application starts. What is the first method called when application starts ?
Posted

1 solution

You'll have to register a handler for the initialize event of the Application class. That'll be the first event you can handle, as the Application instance is the first object created in a Flex application. More information can be found here[^] (and of course in Google)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900