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...
By ta on the 9th of Feb 2010 09:17:08 PM
Download |
Raw |
Embed |
Report
import flash.net.SharedObject;
var so:SharedObject = SharedObject.getLocal("userData");
so.data.physhealthone= "Physical Health One";
so.data.physhealthtwo= "Physical Health Two";
so.flush(); // writes changes to disk
var physhealthone:String = so.data.physhealthone.toString();
var physhealthtwo:String = so.data.physhealthtwo.toString();
physhealthone.text= so.data.physhealthone
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post