Recent Posts
None | 2 sec ago
PHP | 3 sec ago
None | 7 sec ago
None | 42 sec ago
Java 5 | 51 sec ago
None | 55 sec ago
C# | 1 min ago
mIRC | 1 min ago
VIM | 1 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By ta on the 9th of Feb 2010 09:17:08 PM Download | Raw | Embed | Report
  1. import flash.net.SharedObject;
  2. var so:SharedObject = SharedObject.getLocal("userData");
  3. so.data.physhealthone= "Physical Health One";
  4. so.data.physhealthtwo= "Physical Health Two";
  5. so.flush(); // writes changes to disk
  6.  
  7. var physhealthone:String = so.data.physhealthone.toString();
  8. var physhealthtwo:String = so.data.physhealthtwo.toString();
  9.  
  10. physhealthone.text= so.data.physhealthone
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: