Hi,
I tried to pass a custom object from Red5 to Flex, but I am getting "undefined" for:
private function result(returnobj:Object):void{
trace("result is :….."+returnobj);
}
The object is very simple:
class User{
public String name = "aaa";
public String pass = "bbb";
}
What I am trying to do is to get a list of User object from Red5 to be displayed on Flex. Is it possible that I can return a List of custom object from Red5 to be used in the Flex client?
If this is not supported, what is the standard way of passing a list of data to get display in a Table?
Thanks for your suggestion and help.
JB
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org