how to naviaget one mxml page to another via action script
the navigatTourl() method used for webpages but, if want to navigate another mxml page mean how to show
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When creating a Flex Application, the page analogy does not work very well. In an HTML site, each page is a self contained entity with no real relation to any other page. However, a Flex Application is a single self contained entity; and that entity can have lots of screens, or views.
To navigate between views in a Flex Application there are a lot of ways. Here are three approaches:
Generally, the first two options would be used for massive changes. The third option would be used for minor changes.