As you can see from my simple client-side code below, the crash occurs whenever I try looking at the returned object.
I am either doing something wrong in setting up my Red5 application or I there is some configuration in Flash I am missing. Or I am trying to use features that are not implemented. This is my first attempt at creating a Red5 application, so I am trying anything to get it to work.
Leif
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//CLIENT-SIDE CODE
nc = new NetConnection();
nc.connect("rtmp://localhost/lecture");
nc.> trace(obj.code);
}
nc. {
//CRASH RIGHT HERE WITH objIn
for(var i in objIn){
trace(i+" = "+objIn[i]);
}
//
}
nc.call("getTeachers", nc, "blah", "blah");
stop();
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
