How to store the data in local?
Answer / Deepak Singh Kunwar
In Adobe Flex, you can use LocalSharedObject (LSO) or SharedObject to store data locally on a client's machine. This data will persist even after the application is closed and reopened until it expires or is manually removed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What design patterns have you used in actionscript and java? : adobe flex action script
Explain how many levels does flash mx support? : adobe flex action script
Difference between Java & Flex Getters Setters?
How polymorphism works on actionscript? : adobe flex action script
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
What are runtime shared libraries in flex?
What is the function of trace? : adobe flex action script
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
Explain what happens if an .swf is loaded into a already occupied level?
What is the difference between states and viewstack in flex? : adobe flex action script
Why are there errors with the macromedia.css.locatorparser class and weblogic? : adobe flex action script
How to stop the event flow/ event phases?