I made an account and it seemed fine, so I went on to create another one but it threw up an error. So I decided it might be some sort of anti register spam system and asked my friend to try to register, when it threw up the error again so now I'm assuming i've made a noob mistake

No errors are shown in the error log.
Registration code:
- Code: Select all
private function regClick(e:MouseEvent){
txtError.text = "";
//Register a user with QuickConnect for Simple Users
PlayerIO.quickConnect.simpleRegister(
stage,
myKey,
connectPanel.inpUser.inpText.text,
connectPanel.inpPass.inpText.text,
null,
null,
null,
{},
handleConnect,
handleError
);
trace("Registering.");
}
Swf:
http://blamsdump.netii.net/Chat.swf