Is there a specific reason you have 2 pages? In an RIA world (be it
AJAX or Flex), you usually have one app which changes states/views
according to requrements and not load a new page wholly. You just make
changes to those DOM components which you need to change or switch to
a new view using components like ViewStack or TabNavigator.
Raghu
On May 9, 2:37 pm, rAmmy <krbhard...@gmail.com> wrote:
> Hi All,
> I have created 2 MXML applications (essentially 2 different web pages
> of a web site) in flex builder3. I now need to connect the twon pages
> in such a way datm, "on-click " of a button the parent page should
> call the next(second) page..... (smethng similar lo
> "response.redirect" in JSP pages). I have tried all possible ways to
> link the two pages.... but in no avail....
> Can anyone plz help me to do the same.........
> anykind of document shared in regard to flex coding is extremely
> appreciated.!!!!