I've got parentApplication.addEventListener(ModuleEvent.READY, parentApplication.createmeals_swf.child.which_plan);
Which loads my function on first load of the swf, but I need a way to know when that module renders because if i try to call that function and it has not rendered then it throws an error when its not ready. so if i can do something like this would be great if(module -->ready) parentApplication.createmeals_swf.child.which_plan else parentApplication.addEventListener(ModuleEvent.READY, parentApplication.createmeals_swf.child.which_plan); -- Thanks Jason