I've hardcoded the return on the custom login url to just be "&res=OK" (and also tried "res=OK") and the login box just shifts down for a split second and clears itself but I don't get logged in.
I used this code to make sure my url was entered correctly:
Code: Select all
var myVars = new LoadVars();
myVars.onLoad = function() {
trace(this.res);
}
myVars.load(loginBox_mc.customLoginPage);