[flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread valdhor
channelSet = new ChannelSet(); amfChannel = new AMFChannel(my-amf, http://myserver.com/WebORB/weborb.php;); channelSet.addChannel(amfChannel); myService = new RemoteObject(); myService.channelSet = channelSet; myService.destination = WeborbTesting.MyService; myService.requestTimeout = 30;

[flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread Nick
Thanks everyone! I really learned alot from your posts!! I think I found the solution to my problem. I am using the NetConnection object described in this post: http://www.oscartrelles.com/archives/as3_flash_remoting_example It seems to be giving me the same results as I was looking for with

RE: [flexcoders] Re: RemoteObject in AS3 Project

2009-04-01 Thread Peter Farland
...@yahoogroups.com] On Behalf Of Nick Sent: Wednesday, April 01, 2009 3:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RemoteObject in AS3 Project Thanks everyone! I really learned alot from your posts!! I think I found the solution to my problem. I am using the NetConnection object