Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello I am quite new to flex and would like to know how do I get a value from another mxml. I have a value in the child mxml that i would like to parse to the parent mxml . Then use the value to create a search method.
Posted
Updated 14-Aug-11 21:37pm
v2

1 solution

use Application.application.<mxml file name>.<variable name>


OR


parentApplication.<variable name>



Note:
Make sure that the variable is declared public.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900