Can I embed html in my flex application? : adobe flex action script
Answer / Praveen Kumar
Yes, you can embed HTML content in a Flex application using the mx.controls.HTML text field or by using the SSWF (Swiffy) library to convert HTML5/CSS3 into Flash-compatible format.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a resource manager in flex actionscript?
Explain which of the recommended character to use to separate target level paths levels? : adobe flex action script
What are the differences between flex 3 and flex 4?
Difference between http service and remote object?
What is default frame rate of the timeline in frame per second? : adobe flex action script
What is inheritance in term of oop (flash actionscript)? : adobe flex action script
Do I need to upgrade to beta 3 to use air beta 3?
What is the difference between graphical skinning and stateful skinning?
How long can I use the flex builder 3 beta 3 software? Can I extend the time limit?
What are the config files used for connecting java and flex?
Explain which of the recommended character to use to separate target level paths levels?
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?