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 |
Is double-clicking supported on various components? : adobe flex action script
In which level does the original movie resides? : adobe flex action script
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
mic classes in flex? : adobe flex action script
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
What does calling preventdefault() on an event do? : adobe flex action script
How do you use a repeater in actionscript? : adobe flex action script
What is a drag manager in adobe flex actionscript?
What is stoppropagation() and stopimmediatepropagation()?
What is the difference between httpservice and data service? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels?
How do u generate random numbers within a given limit with Action script?