This content has been marked as final.
Show 2 replies
-
1. Re: accessing components through script ?
Abhinav Sharma Nov 25, 2010 4:44 AM (in response to senthil s)Hi,
You can access any component in the flex application on the basis of hierarchy of that component.
parentApplication.CompParentOf_2.CompParentOf_1.AnyComponent;
parentApplication.CompParentOf_2.CompParentOf_1.AnyPublicVar;
Here parentApplication refers to the main appplication.
You can use this script anywhere in the application.
I hope this can help you if u r looking for it.
Thanks.
-
Abhinav
-
2. Re: accessing components through script ?
senthil s Nov 25, 2010 4:52 AM (in response to Abhinav Sharma)Thank u so much that helped a lot for me......
Thanks&Regards,
senthil.

