[flexcoders] Referencing methods in dynamically loaded swfs

2007-04-12 Thread gerardjamesmcbreen
I'm using the swfloader to load swfs which are named in an xml file: mx:SWFLoader source={results.result[r.currentIndex].src} id=myLoader creationComplete=initNestedAppProps(event) alpha=0.7 / All loads fine except I can't reference the loaded swfs via: public function

RE: [flexcoders] Referencing methods in dynamically loaded swfs

2007-04-12 Thread Alex Harui
content is valid until the complete event. creationComplete is too soon. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerardjamesmcbreen Sent: Thursday, April 12, 2007 5:03 AM To: [EMAIL PROTECTED] Subject: [flexcoders] Referencing methods