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?
Answer / Devesh Kumar Dubey
In Adobe Flex, you can save data from an InputText field to the local system using File or URLRequest classes to write the data to a file. Ensure to use proper security settings and consider user consent before saving sensitive data.
| Is This Answer Correct ? | 0 Yes | 0 No |
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
What is the difference between states and viewstack in flex? : adobe flex action script
Explain the configuration details of blaze ds?
What is state? : adobe flex action script
What is interface or benefit of interface in term of oop? : adobe flex action script
What is display list?
What are Arrays in flex?
Explain about result handler and fault handler methods?
What is different between urlloader class and loader class? : adobe flex action script
How does item renderer work? : adobe flex action script
What are the three ways to skin a component?
What is the use of disableautoupdate method?