I'm loading a bunch of Flex 2 applications into a main application using a custom loader. I end up with an array of SystemManagers. I can call hooks in the sub applications with no problems. Without using SWFLoader how do I get the sub application into the main application display? Below is the jist of what I am trying to do:

subSM:SystemManager
subDisp = subSM.?????? as DisplayObject
mainApp:Canvas.addChild(sampleDisp);

I just don't know what property or function to call on SystemManager or even if I can use SystemManager. I've looked at getChildAt(1) which returns index out of bounds.

Ideas anyone? TIA!
Angus
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to