|
| MXML to MXML |
 |
Fri, 16 Jun 2006 09:54:48 +000 |
Hi,
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,
|
| Post Reply
|
| Re: MXML to MXML |
 |
Fri, 16 Jun 2006 13:50:15 +000 |
I'm assuming both files are being managed by the same application. In this case
you can use the Application scope. In script tags add:
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
|
| Post Reply
|
| Re: MXML to MXML |
 |
Sat, 17 Jun 2006 03:41:01 +000 |
no Both applications are different applications and different file .
in this situvation how to communicate
suggest me
thanks again.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|