Hi Eduardo,
 
I think Red5 only supports AMF0 so when you create your connection just tell
it to use AMF0
 
connection = new NetConnection();
connection.objectEncoding = ObjectEncoding.AMF0;
 
Mike.

  _____  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eduardo Dias
Sent: Friday, 1 December 2006 4:08 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Red 5



Can i use RED 5 to connect my client application in a Server Application
using AMF3 and remote objects?


 

Reply via email to