Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MXML to MXML

0 views
Skip to first unread message

Gokulanand

unread,
Jun 16, 2006, 5:54:48 AM6/16/06
to
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,

ur_dtrain

unread,
Jun 16, 2006, 9:50:15 AM6/16/06
to
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

Gokulanand

unread,
Jun 16, 2006, 11:41:01 PM6/16/06
to
no Both applications are different applications and different file .

in this situvation how to communicate

suggest me

thanks again.

0 new messages