Question
How do caller and receiver swfs communicate
i have a main.swf and lots of abc.swfs.An abc.swf is calling
main.swf's GetUserList function with sending some parameters.
This function in main.swf would make a webservice request and would return results to abc.swf's GetUserList_CallBack function. So I need to send the movie clip and function name to the main.swf. Because there are many instances of abc.swf which are being created in run-time with different instance names.
<Code is attached>
When it enters in result event function, the object forgets its parameter values. Is this happening because of passing by values? If so what could be done for my problem?
This function in main.swf would make a webservice request and would return results to abc.swf's GetUserList_CallBack function. So I need to send the movie clip and function name to the main.swf. Because there are many instances of abc.swf which are being created in run-time with different instance names.
<Code is attached>
When it enters in result event function, the object forgets its parameter values. Is this happening because of passing by values? If so what could be done for my problem?