Frameworks, SWFs and communicating between them

Hi,

i’m working on developing a framework that will hold three other AS3 swfs.

the framework needs to know when the loaded swfs are finished loading their own assets
(i.e. xml, jpgs, etc)

we’ve been playing with custom event dispatchers but we can’t get the event from the loaded swf to be caught by the parent/holder swf.

basically we need the loaded swfs to be able to pass info and access functions of the above holder but we can’t get the blasted thing to work properly. Any help would be greatly appreciated.

mrwil