What is dynamic keyword used for in actionscript? : adobe flex action script
Answer / Durgesh Bharti
The `dynamic` keyword is used to indicate that a property or method can be accessed at runtime, even if it hasn't been declared yet. This allows for more flexibility and dynamism in your ActionScript code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can flex applications communicate with each other on the client?
Explain which of the recommended character to use to separate target level paths levels?
How much will flex builder 3 cost?
How do we identify a component created in a repeater using flex?
What is inheritance in term of oop (flash actionscript)? : adobe flex action script
What is the difference between httpservice and data service? : adobe flex action script
Why are there errors with the macromedia.css.locatorparser class and weblogic? : adobe flex action script
What is a drag manager in adobe flex actionscript?
What is default frame rate of the timeline in frame per second? : adobe flex action script
Is double-clicking supported on various components?
Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script
How do u generate random numbers within a given limit with Action script?