What is the dynamic keyword used for in flex actionscript?
Answer / Sambedna
The `dynamic` keyword in ActionScript indicates that a property or method can be accessed at runtime. This allows you to create properties and methods dynamically during execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u generate random numbers within a given limit with Action script?
How do u implement PUSH on a flex appln?
What is a filter function?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
How do you implement push on a flex applications?
What are the methods called when a ui component is intialized?
What are types of binding?
Difference between label and text?
Explain how many levels does flash mx support? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script