Hi All,

I have 3 web applications...in 2 of them, in an init method
("creationComplete=init()")of the application mxml file, I invoke the
SharedObject as follows

 var appSO:SharedObject = SharedObject.getLocal("roleObjectFile","/");

Now, I am modifying the init method in the 3rd web application...and
added an exact call, like the one above...and I am getting the
following error:

ArgumentError: Error #2004
at flash.net::SharedObject$/getLocal()

I am a bit puzzled with this error message...in 2 web applications, it
works absolutely fine...in the 3rd, it throws this error...

Can anyone help?

Thanks much,

Regards,
Vishy


Reply via email to