How can u access a variable defined in 1 MXML file to another?
Answer / Sumit Choudhary
To access a variable defined in one MXML file from another, you can use Application or bindings. In Application, you can define shared properties that are accessible across the entire application. To use bindings, you can bind a property in one component to a property in another using the binding syntax {otherComponent.property}. This allows data to be shared between components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the similarities between java and flex?
What design patterns have you used in actionscript and java? : adobe flex action script
What is default frame rate of the timeline in frame per second? : adobe flex action script
Explain about remote object? What is end point in remote object?
I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr? : adobe flex action script
Explain about blaze ds and blaze ds services?
What is the difference between httpService & Data Service?
What is an event sub class?
How can you show a jpg image in dynamic text field? : adobe flex action script
What type of skinning is available in flex?
What are sealed classes in flex?
How many levels does flash mx support?