« Return to Thread: Shared Object editing

Shared Object editing

by Cristian Rusu :: Rate this Message:

Reply to Author | View in Thread

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
Chat: Y! messenger: crirus74 Skype: Crirus MSN: crirus@...
Contact Me: LinkedinTwitter


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

 « Return to Thread: Shared Object editing