Hi This can be bcoz your 3rd web method might be over right the rest 2 method , or try only run the 3rd method and comment the other 2 method if it work then the 3rd one might over right the rest 2 method .
--- In [email protected], "rkbeach" <[EMAIL PROTECTED]> wrote: > > 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 >

