tags:

views:

81

answers:

1

Hi all

I want to retrive one object from one swf file. How can i retrive the object.means i am loading one.swf in main application.the main application is passing one session object so that object i want to retrive in one.swf file how can i retrive that object.. Please help me in this

Thanks

+1  A: 

in the swf that you load in the main application you have to give an event.

question and answer: http://stackoverflow.com/questions/195150/how-to-raise-an-event-from-a-swf-in-a-swfloader-to-a-parent-flex-application

to add parameters to a dispatchevent: http://stackoverflow.com/questions/792451/want-to-send-parameters-with-custom-dispatch-event

Jozzeh
Thanks it is very useful
praveen