[flexcoders] Re: var myVar : Function = new Function ? examples?

2010-05-21 Thread ouaqa
If it may help, this is how I usually manage my remote connections. Before you say it's off-topic, I think it might answer your question : public class LCRemoteConnectionManager { private static var serverRemoteObject : RemoteObject ; // = null

Re: [flexcoders] Re: var myVar : Function = new Function ? examples?

2010-05-21 Thread Nick Middleweek
Thanks for the replies and those important points Oleg - nice! On 21 May 2010 08:57, ouaqa abenef...@gmail.com wrote: If it may help, this is how I usually manage my remote connections. Before you say it's off-topic, I think it might answer your question : public class