[flexcoders] Re: mx.rpc.remoting.remoteobject and the endpoint property

2008-06-05 Thread Cato Paus
take look at this http://tech.groups.yahoo.com/group/flexcoders/message/115062 http://tech.groups.yahoo.com/group/flexcoders/message/115062 --- In flexcoders@yahoogroups.com, arieljake [EMAIL PROTECTED] wrote: does anyone know why only the mxml version of remoteobject has the endpoint

[flexcoders] Re: mx.rpc.remoting.remoteobject and the endpoint property

2008-06-05 Thread Cato Paus
Channel(id:String = null, uri:String = null) Constructs an instance of a generic Channel that connects to the specified endpoint URI. used in the sample like: channel = new AMFChannel('my-amf', 'http://{server.name}:{server.port}/flex/messagebroker/amf'); --- In flexcoders@yahoogroups.com,