function createThumbs():void { for (var i:int = 0; i < picsList.length(); i++) { trace(picsList[i].attribute("src") == undefined); ... } }