Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
Answer / Sanjay Kumar Choudhary
Building a custom component in Adobe Flex using ActionScript involves creating a new MXML file that extends the SkinnableComponent or UIComponent base class. The component's functionality is implemented in the associated ActionScript file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain data binding in flex?
What is different between urlloader class and loader class? : adobe flex action script
I am going to add images into a tag. How will it resize itself in adobe flex actionscript? : adobe flex action script
How will flex 3 be packaged?
What type of skinning is available in flex?
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
What events are used by the collections?
Explain how many levels does flash mx support?
How does item renderer work? : adobe flex action script
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
What is display container? : adobe flex action script
How to create custom events? Explain the steps to create a new custom event?