|
| mxml to mxml |
 |
Thu, 4 May 2006 06:49:54 +0000 |
Hi ..
Can any body know how to redirect from one mxml page to another mxml
page?.
I can check the user validaity in one.mxml by communicatiing with one java
class. from thare if the user is valid i want to redirect the user to two.mxml.
Can you help me on this.
This is most relating to my previous posting,
Thanks
Satish KC
|
| Post Reply
|
| Re: mxml to mxml |
 |
Tue, 16 May 2006 05:50:34 +000 |
u just set
this syntex after user validation complete
<index id="index" height="100%"
width="100%"/>
index is mxml file name
|
| Post Reply
|
| Re: mxml to mxml |
 |
Tue, 16 May 2006 16:06:58 -070 |
Satish,
The browser paradim of having multiple html documensts that represent
your application don't apply to Flex. Instead, you create a single Flex
application that contains all of your states. You can use States and MXML
Components to help break your application up into different modes or views.
Check the developer center for more articles:
http://www.adobe.com/devnet/flex/getting_started.html
And check out the application examples:
http://www.adobe.com/devnet/flex/example_apps.html
--
Jason Szeto
Adobe Flex SDK Developer
"j2eesatish" <webforumsuser@macromedia.com> wrote in message
news:e3c86i$me$1@forums.macromedia.com...
> Hi ..
> Can any body know how to redirect from one mxml page to another mxml
> page?.
>
> I can check the user validaity in one.mxml by communicatiing with one java
> class. from thare if the user is valid i want to redirect the user to
> two.mxml.
> Can you help me on this.
>
> This is most relating to my previous posting,
>
>
> Thanks
> Satish KC
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|