SharedObjects in actionscript 3
Shared objects or flash cookies as you can  call them are the official way to store data at client side.  Shared objects are like html cookies, but better in terms of capacity and persistence. Information stores in shared objects (.so) files does not get cleared when you clear browser cache / history data. shared objects can be local / remote. Shared objects can also store bitmap data at client end. Here we will see only a simple local version of it.
* Note: Do not store sensitive information on client side.
var username:String = admin;
var password:String = "xyz123";
my_so.data.itemNumbers = items;
my_so.data.userName = username;
my_so.data.password = password;
my_so.flush();
This is how you store data in a shared object. The “data” property of a shared object is like a object. It can store other data types as its properties, like  String , Number, Boolean, Array, XML etc: shared object can also be used to serialize complex data types as well. Below we see a example using shared objects to store some values.
var so:SharedObject = SharedObject.getLocal("flashvisions_survey");
if(so.data.details != undefined) load();
btnSave.addEventListener(MouseEvent.CLICK, save);
function load()
{
if(so.data.details != undefined)
{
var array:Array = so.data.details;
txtfname.text = array[0];
txtlname.text = array[1];
txtlikeflash.text = array[2];
txtsharedobject.text = array[3];
}
}
function save(me:MouseEvent)
{
var array:Array = new Array();
array.push(txtfname.text);
array.push(txtlname.text);
array.push(txtlikeflash.text);
array.push(txtsharedobject.text);
so.data.details = array;
so.flush();
}
Download  Source: Here
Popularity: 12% [?]
October 10, 2009
Posted in: Actionscript 3.0, General





31 Responses
kept - March 9, 2011
Affordable Web Hosting…
[...]below you’ll find the link to some sites that we think you should visit[...]…
How to Control Hunger - March 10, 2011
Cheers, enjoyed the read…
[...]I link out rarely, but this was praiseworthy. Bravo, hope we can work together in the future[...]…
sarcoidosis in lungs - March 12, 2011
sarcoidosis disease…
[...]below you’ll find the link to some sites that we think you should visit[...]…
CieAura - March 13, 2011
Cieaura Suggests It is A Fantastic Write-up Cool…
Take some time to see this some might constitute interest also!…
הכרויות בטלפון - March 13, 2011
הכרויות בטלפון…
[...]below you’ll find the link to some sites that we think you should visit[...]…
http://personaljourneycoaching.com/part-2becoming-a-coach-consider-what-it-means-to-own-a-business/ - March 13, 2011
הכרויות בטלפון…
[...]below you’ll find the link to some sites that we think you should visit[...]…
http://zaloa.blogs.elle.es/2010/12/22/loteria-y-feliz-navidad/ - March 13, 2011
הכרויות בטלפון…
[...]below you’ll find the link to some sites that we think you should visit[...]…
Slicers - March 14, 2011
Your Friend & Partner…
I really think your blog is great! I’ve added a link back here; I hope that’s alright as I’d like my readers to check your site & articles out. It’s Here on my site’s blog. Always like to honor high quality content. Great job!…
Sensa Reviews - March 15, 2011
Sensa Scam…
[...]below you’ll find the link to some sites that we think you should visit[...]…
dietas para diabeticos - March 15, 2011
Comprar el Metodo Gabriel…
[...]below you’ll find the link to some sites that we think you should visit[...]…
local mobile monopoly scam - March 16, 2011
localmobilemonopolydownload…
[...]the time to read or visit the content or sites we have linked to below the[...]…
Yankee Candles Cheap - March 16, 2011
Basketball Jerseys…
[...]the time to read or visit the content or sites we have linked to below the[...]…
Online Website Builder - March 17, 2011
Flash Web Site Design States It’s An Excellent Post Cool…
Wonderful story; reckoned I wish to link to this keep up the great work…
Anonymous - March 17, 2011
Guest Ranch…
[...]I am normally looking for value. This article makes so much. just want to keep tabs on[...]…
small business marketing - March 19, 2011
Atlanta Liposuction…
[...]below you’ll find the link to some sites that we think you should visit[...]…
order viagra - March 20, 2011
Alloha)…
Greetings everyone, This webpage is terrific and so is how the matter was expanded. I like some of the comments as well although I would prefer we all maintain it on topic in order add value to the subject….
Detroit Bankruptcy Lawyers - March 23, 2011
Get a Lawyer…
[...]below you can find the address to several destinations that I think you might want to visit[...]…
viagra - March 26, 2011
Hi…
[...]This website is the top internet sites.[...]…
Scary Maze - March 31, 2011
Play Scary Maze…
[...]here are some other site that might interest you[...]…
generic viagra - March 31, 2011
Hi…
[...]This website is the top internet sites.[...]…
train horns - April 1, 2011
Amazing site…
[...]the time to read or visit the content or sites we have linked to below the[...]…
Approved - April 1, 2011
…
[...]the time to read or visit the content or sites we have linked to below the[...]…
Anonymous - April 2, 2011
free credit score…
[...]Sites of interest we like to link to[...]…
effective cellulite reduction - April 3, 2011
Fantastic Website…
[...]below you’ll find the link to some sites that we think you should visit[...]…
richard chorley golf - April 3, 2011
richard chorley golf…
Thanks for such an excellent page, bookmarked, ill visit soon!…
SEO Services - April 4, 2011
Infertility los angeles…
[...]the time to read or visit the content or sites we have linked to below the[...]…
safety signs - April 4, 2011
safety signs…
Thanks for such an excellent page, bookmarked, ill visit soon!…
laptop battery - April 4, 2011
laptop charger…
Thanks for such an excellent page, bookmarked, ill visit soon!…
denver co chiropractor - April 5, 2011
pond pumps…
[...]followed below there can be the website link towards a world-wide-web sites i visualise be certain to use[...]…
Hunstanton - April 6, 2011
Hunstanton…
Trackback, I have linked to your site, thank you!…
market place - April 7, 2011
market place…
Trackback, I have linked to your site, thank you!…
Leave a Reply