hai controllato se viene registrato qualcosa ??

tipo
link = SharedObject.getLocal("mysharedCookie");
link.data.frame = this._currentFrame


dopo che hai effettuato la registrazione
vedi se ti scrive un file - mysharedCookie.SOL


if(link.data.frame != undefined){trace(link.data.frame)}


Ciao