How to pass custom object from Red5 to client

View: New views
2 Messages — Rating Filter:   Alert me  

How to pass custom object from Red5 to client

by Juan Backson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: How to pass custom object from Red5 to client

by 啸豪 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

add setter\getter method to your object like java bean

2008/7/24 Juan Backson <juanbackson@...>:
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




--
Best regards,

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org
LightInTheBox - Buy quality products at wholesale price