hi,

You should remove the line:
Actionscript Code:
userData.close();
As this method is not used for Local Shared Objects.

And try
Actionscript Code:
SharedObject.getLocal("music", "/");
(in both sWF files)
to make sure the LSO is stored in the root folder and also accessed there as well.