after login I populate a user list, but they init with MY name.I fixed it by by checking with myUserID : var dName:String; //Add users to the userArray data provider and tie the data provider to the list for (var i:int = 0; i < tmpArray.length; i++) { ...