Hi,

There is no such thing as going from one MXML page to another. In
Flex, all MXML and AS files get compiled into one SWF file (Flash
movie) and then delivered to the browser.

But you are partially correct, most likely you have two forms, each
contained within its own MXML file. So each is a component, which will
be housed within some container, and you should probably take a look
at the ViewStack together with a LinkBar in this case. Or a
TabNavigator will do nicely as well.

You can find the docs on either of those here:
http://livedocs.macromedia.com/flex/15/

Hope that helps!

Jimmy G.

--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote:
> How do you put a link on an mxml page so that it can go on to
another mxml 
> page and have two pages each recognize the other pages variables?




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to