Using SharedObject across SWFs
There’s a great article on http://jimmyflex.blogspot.com/ describing how to use Shared Objects to share data between two SWFs:
“…you must specify an additional parameter to the getLocal() method call to tell it to save the SharedObject in a folder location accessible by both applications.”
var so:SharedObject = SharedObject.getLocal( "mySO", "/" );
0 Comments:
Posta un commento
<< Home