Code: Select all
[Sending]: <msg t='sys'><body action='asObj' r='4'><![CDATA[<dataObj><var n='skill' t='s'>1</var></dataObj>]]></body></msg>There is no output that says
[Recieved]:
I have checked this code;
Code: Select all
_parent.smartfox.onObjectReceived = function(obj, user){
trace(obj + " <= OBJECT " + user + "<= Commited By!");
}But still nothing.