in the AS1 docs for onLogin(), it says that arguments are:
smartFox.onLogin(success, name, errorMsg);
They didnt work to me, instead, laving only one argument:
Code: Select all
smartFox.onLogin(result);Code: Select all
for (var i in result) trace("result." + i + " = " + result[i]);Code: Select all
result.success = true
result.name = guest_30
result.error = namaste
Filippo