RE: [flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-10 Thread Tom Chiverton
>>> On Thu, May 4, 2006 at  3:32 PM, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Try calling it on the underlying Connection... > remoteObjectId.connection.connect(newURIGoesHere); Hmm, may have worked :-) Is there a complete set of ActionScript docs anywhere ? There Flex on

RE: [flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Peter Farland
Try calling it on the underlying Connection... remoteObjectId.connection.connect(newURIGoesHere); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, May 04, 2006 5:27 AM To: flexcoders@yahoogroups.com Subject: [flexc