Hello
I am building a chat room.
I have a SO on server to keep the message conversation.
I need to know how can I access that SO data from server side (java)?
I can't seems to be able to convert back to a ObjectMap added to SO using SO.getAttribute(msgid)
some code is
ObjectMap<String, Object> msg = new ObjectMap<String, Object>();
msg.put("id", id);
msg.put("txt", message);
SO.setAttribute(Integer.toString(id), msg);
Now how do I get that msg restored so I can read all the Map elements?
Thank you!
_______________
Sincerely
Cristian Rusu
==============
www.crilance.com
Web Development & Electronic Publishing
Contact Me: 

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