Hi again,
I have a problem with one parameter from the sendMessage function....
with the variables parameter - it don't work and i don't know why...
this is my code:
.. but the text is not yellow - it is still black... maybe there is something missing?Code:function sendClicked():Void { var msg:String = msgBox_inp.text; var variables:Object = new Object(); variables.textColor = "yellow"; if (msg.length > 0) { es.sendMessage("public", msg, variables); msgBox_inp.text = ""; } }
have a nice day!
mo


Reply With Quote
