I want to send a data from one mxml file to another mxml file, there i want to display that.
the value can be a String value.
can anybody help me
thanks in advance,
import mx.core.Application
Now you can have top-down access to everything using the
Application.application Object. e.g.
Application.application.myComp1.someVar1 =
Application.application.myComp2.someOtherVar
in this situvation how to communicate
suggest me
thanks again.