Re: [flexcoders] accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread hank williams
Thanks Sam! One question. Is there any way to use the "destination" concept since I already have all of that defined on the FDS/Server side of things? Thanks Hank On 4/26/07, Samuel R. Neff <[EMAIL PROTECTED]> wrote: It's not well documented, but basically you create a NetConnection, set the

RE: [flexcoders] accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Samuel R. Neff
It's not well documented, but basically you create a NetConnection, set the encoding, and run NetConnection.call() where the first param is the fully qualified class and method name and remaining params are the params to pass on to the server side method. See classes below (watch wrapping). H