What I am trying to do is have a NetConnection object pass a result handler to Red5.

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

Reply via email to