Re: [flexcoders] Remoting in Flex 2.0 B3

2006-06-13 Thread Jeremy Lu
add this :NetConnection.prototype.AppendToGatewayUrl = function(){      //dummy function would be enough}see if this works. Jeremy.On 6/13/06, murtuza_ab <[EMAIL PROTECTED]> wrote: Hi, I have problem in remoting using NetConnection object and java as a backend

[flexcoders] Remoting in Flex 2.0 B3

2006-06-13 Thread murtuza_ab
Hi, I have problem in remoting using NetConnection object and java as a backend with macromedia flash remoting gateway. I am using Flex2 beta 3. I am not able to connect to the remote server. The code I am writing is as follows; import flash.net.NetConnection; import flash.net.ObjectEncoding;