Difference between label and text?
Answer / Kavita Saxena
"Label is a control in Adobe Flex that displays static text and supports formatting styles, alignment, and wrapping. Text, on the other hand, is a more basic component used to display plain text without any additional formatting features."
| Is This Answer Correct ? | 0 Yes | 0 No |
What keyword allows you to refer to private variables of a class in flex?
Explain the arguments of addeventlistener() method?
What is the difference between graphical skinning and stateful skinning?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script
What is a resource manager in flex actionscript? : adobe flex action script
What is state? What is the difference between states and viewstack in flex?
What are the methods called when a ui component is intialized?
Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
How to add two commands to one single event type?
What is calllater() method?
What happens if an .swf is loaded into a already occupied level? : adobe flex action script