hi,
You should remove the line:
As this method is not used for Local Shared Objects.Actionscript Code:userData.close();
And try
(in both sWF files)Actionscript Code:SharedObject.getLocal("music", "/");
to make sure the LSO is stored in the root folder and also accessed there as well.




Reply With Quote
