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

2007-04-26 Thread hank williams
t;Fault", false, false, f, _token, null); _eventDispatcher.dispatchEvent(event); if (_fault != null) { _fault(event); } } } } From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] On Behalf Of hank williams Sent: Thursday, April 26, 2007 4:

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

2007-04-26 Thread Samuel R. Neff
if (_fault != null) { _fault(event); } } } } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Thursday, April 26, 2007 4:38 PM To: flexc

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

2007-04-26 Thread hank williams
Does anybody have any example on how to access amf3 remote services, which need to deal with new concepts like "destination", using a netConnection call? I am finding that remoteObject doesnt do everything I need. Thanks Hank