0

I want to retrieve one object from one swf file. How can I retrieve 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 retrieve is in one.swf file. How can I retrieve that object? Please help me in this.

Thanks ..

Riddhu
  • 19
  • 4
praveen
  • 113
  • 2
  • 14

1 Answers1

1

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

question and answer: How to raise an event from a SWF in a SWFLoader to a parent Flex application?

to add parameters to a dispatchevent: Want to send parameters with custom dispatch event

Community
  • 1
  • 1
Jozzeh
  • 841
  • 10
  • 28