In an AS3 project, we can access loaderInfo on the first line of the root class constructor. This means that the entire AS3 application can use the loaderInfo object.
However, in Flex, it seems that the loaderInfo object is not available until the applicationComplete event is dispatched. This is problematic for me, as other components (which should use loaderInfo) are initialized long before the applicationComplete event is dispatched.
Something is missing for me. Thanks for all your help! :)
source
share