Take a look, when I fire this function, the room switches but I cannot
hit "Send" to send the text to the chat system.private function
clickHandler(event:ItemClickEvent):void { cSession.logout();
cSession.roomURL = "http://connectnow.acrobat.com/t4uri4n/" +
event.item.data; cSession.login();} I've also tried
ChatArea.subscribe(); and have had no luck.Can anyone help?