Flex 3 problem
Flex 3 problem
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- maximillion_0
im not an mxml guy (im straight class based AS) but is the second instance trying to use a referenece to the stage befgore being added to stage. try adding a listener Event.ADDED_TO_STAGE listener to the object and thencalling the code in init(); (you might need to make a new method for that - is init() the constructor in mxml?)