How can u call Javascript from MXML?
Answer / Mahaveer Singh
To call JavaScript from MXML in Adobe Flex, you can use the ExternalInterface API. This allows you to call JavaScript functions and access JavaScript objects from ActionScript code. To do this, you need to enable JavaScript interoperability in your Flex project settings and then use externalCall or externalizeObject methods to call JavaScript functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
What are three ways to skin a component in flex?
Difference between sealed class and dynamic class?
How can you show a jpg image in dynamic text field? : adobe flex action script
What is adapter in blaze ds?
Explain about result handler and fault handler methods?
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
Explain data binding in flex?
Can I still purchase flex charting?
What does calling preventdefault() on an event do? : adobe flex action script
How long can I use the flex builder 3 beta 3 software? Can I extend the time limit?
What is mvc and how do you relate it to flex apps?