On 2/11/10, valdhor wrote:
> You could also do it directly in ActionScript without a
> remoting-config.xml file:
>
> channelSet = new ChannelSet();
> amfChannel = new AMFChannel("my-secure-amf",
> "https://myserver.com/WebORB/weborb.php";);

That should be:
amfChannel = new SecureAMFChannel("...", "https://...";);

Jochem

-- 
Jochem van Dieten
http://jochem.vandieten.net/

Reply via email to