What is the difference in movieclip and sprite? : adobe flex action script
Answer / Shishir Tiwari
MovieClip is a display object container that supports timeline-based animation, while Sprite is a simpler display object with limited capabilities. A MovieClip can have multiple frames and support nested display objects, whereas a Sprite does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Will the flex skin extensions for cs be part of the flex 3 release?
What is the function of trace?
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
How does item renderer work? : adobe flex action script
How will u call java method from flex?
What keyword allows you to refer to private variables of a class in flex? : adobe flex action script
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
What is a metadata tag?
What is the dynamic keyword used for in flex actionscript?
How do you implement push with flex data services? : adobe flex action script
How do we use css styles in flex?