What is Shared Object? (OR) How to store the data in local?

Answer

Shared objects function like browser cookies. The SharedObject class to store data on the user's local hard disk and call that data during the same session or in a later session. Applications can access only their own SharedObject data and only if they are running on the same domain. The data is not sent to the server and is not accessible by other Adobe® Flex® applications running on other domains, but can be made accessible by applications from the same domain.
            Public var so : SharedObject = SharedObject.getLocal("mySO");
            so.data.fName = "Ram Kishoore";

All flex Questions

Ask your interview questions on flex

Write Your comment or Questions if you want the answers on flex from flex Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---