Hi!
Actually it's not really a Red5 question but maybe somebody of you has got an 
answer for me...

Has anybody of you tried to bind a SO to a List or DataGrid in Flex?
I'm trying to bind the userlist SO which looks like:

userList_so = SharedObject.get("userList");
...
userList_so.setProperty("blesser", {cn: "Brian Lesser", status: "Offline"});
userList_so.setProperty("peldi", {cn: "Giacomo Guilizzoni", status: "Offline"});
userList_so.setProperty("reinhardt", {cn: "Robert Reinhardt", status: 
"Offline"});
...

But bindings don't work with SO as they should.. and actually I don't get 
anything to see in the List ;/

Any ideas how to manage it?

BR
stf
_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to