Hi Eric,
Eric C wrote:
> Yup...:
>
> var nc:NetConnection = new NetConnection();
> nc.connect("rtmp://localhost/gg");
> nc.onResult = function(obj)
> {
> trace (obj)
> }
> nc.call("getUsers", nc);Is the Red5 application setup correctly? You should check the response you receive for the call to "connect". Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
