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 |
Differentiate between flex 3 and flex 4?
Explain how binding works in mxml components in flex?
How can u call Javascript from MXML?
Is it possible to make httpservice requests synchronous in adobe flex?
How do you implement push with flex data services?
What is shared object?
What is the difference between sealed class and dyna? : adobe flex action script
What are channels & their types in flex?
What is interface or benefit of interface in term of oop?
How do I make synchronous data calls in actionscript? : adobe flex action script
Difference between http service and remote object?
What is a view cursor?