Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/03/2008, 04:31
Avatar de ganCT
ganCT
 
Fecha de Ingreso: enero-2008
Ubicación: Vigo
Mensajes: 78
Antigüedad: 16 años, 3 meses
Puntos: 0
Re: Asignacion erronea de valores desde un array

Prueba esto:

for (i=0; i<long; i++){
this.i = i;
var vinculo:String = urls[this.i];
var posicion:Number = this.i;
menuRotatorio["monitor"+this.i].onRelease = function() {

...