RE: [flexcoders] Remote Object Tag > flashservices/gateway

2005-02-17 Thread Peter Farland
005 4:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Remote Object Tag > flashservices/gateway Thank you, Peter, that works. Should have delved a little deeper. One thing I'd like to know, are there any performance implications by persisting a remote object instance for u

RE: [flexcoders] Remote Object Tag > flashservices/gateway

2005-02-17 Thread Battershall, Jeff
take the object instantiation overhead out of the picture. Jeff -Original Message- From: Peter Farland [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 4:44 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Remote Object Tag > flashservices/gateway You could com

RE: [flexcoders] Remote Object Tag > flashservices/gateway

2005-02-17 Thread Peter Farland
You could comment out the default in flex-config.xml and provide it via the flashvars param in the HTML OBJECT PARAMs, but another way might be to reset the connection to a new URL after the service is created (but before any methods are invoked). function changeURL(url:String) { myRO.connect