var miArreglo:Array = Array("rojo", "amarillo", "azul", "verde"); for (var i:Number = 0; i<=miArreglo.length-1; i++) { trace(miArreglo[i]); }