Hi Ive been tring to send a href link in my chat but it justappears in
the plain text and not clickable. Does anyone know howto do this or if
its possible. private function sendMessage():void { var
message:AsyncMessage = new AsyncMessage(); message.body = {userId:
userId.text, recipientId:dg.selectedItem.userId, text:lbl.htmlText};
producer.subtopic = dg.selectedItem.userId; producer.send(message); }
<a
href='event:http://www.adobe.com'>Navigateto Adobe.com.</a>