private var netConnection:NetConnection = new NetConnection();
private function connection():void{
var custom:Object = new Object();
//custom.appKey = config['appKey'];
custom.custom = new Object();
custom.custom.token = params['token'];
custom.custom.user =...