I am calling to Red5 like so:
nc.call("getTeachers", Delegate.create(this, onGetTeachersResult), sessionId, classroomId);
and adding:
public function onGetTeachersResult(teachers:Array):Void
{
trace("onGetTeachersResult: length: " + teachers.length);
}
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
