Can I embed html in my flex application?
Answer / Laxmi Chauhan
Yes, you can embed HTML within your Flex application using the mx.core.UIComponent's htmlText property or SPAIM (Spark Text Area with HTML support) component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Should model locator as a singleton class? Can't we instantiate this class as like normal class?
What is the use of disableautoupdate method?
Why are there errors with the macromedia.css.locatorparser class and weblogic? : adobe flex action script
What is the difference between target and current target?
What is polymorphism in term of oop (flash actionscript)?
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 (onmy computer), how can I do this? : adobe flex action script
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
What are the methods called when a ui component is intialized? : adobe flex action script
How do we call javascript from flex actionscript? : adobe flex action script
Explain about measure() method? When this measure() method is called?
Explain about arguments of addeventlistener() method?
How will u call java method from flex?