First we need to be understand your question.  One does not "connect 
two mxml files".  mxml is a source code format, not a runtime 
entity.  The source code files do not necessarily have any relation 
to the runtime architecture.  You must phrase your question in terms 
of the runtime functionality you desire.

Running Flex apps consist of components.  Components can be assembled 
and instantiated in many ways.  Options include sub-components, 
Containers, Navigation Components, SWFLoader, ModuleLoader, and 
separete applications (maybe a few more).

Communication between run time component instances can also be done 
in many ways.

Before we can help, we need to know more about your application 
functionality, and how your have implemented that functionality.  If 
you have not begun to implement it yet, start with the docs,

Tracy

--- In flexcoders@yahoogroups.com, "munnya_bdm1" <[EMAIL PROTECTED]> 
wrote:
>
> Hello guys,
>             Does ne1 kno bout, how 2 connect two mxml files....i m 
> currntly doin a prjct,in which i want to access contents of one 
> component in mxml(A) into another mxml(B)......Is there ne way of 
doin 
> so......for example u can create a textbox in a.mxml and access its 
> text in b.mxml.......both mxml are in same project....
> 
> THANK YOU....
>


Reply via email to