Hi one thing more I tried to Google this and i got this :- "Make sure you have an instance of the object referenced in your project. The object is not linked into your .swf upon compiling the project, because there is not a reference to the object anywhere in the project, so the RemoteObject call cannot find the class. What a simple solution, but what a non descriptive error. Now that I read the error it makes a little more sense."
May be it can help you Vivek Manchanda --- 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 >

