Amigos:
Tengo una pelicula hecha con una version anterior al Flash Mx y la misma me arroja el siguiente error cuando intento verla:
**Error** Scene=Scene 1, layer=Action Layer, frame=5:Line 3: Left side of assignment operator must be variable or property.
eval("data" + (i + 1)) = substring(data, 1 + i * 16, "16");
La línea 3 tiene el siguiente codigo:
1- for (i = "0"; i < rows; i = i + 1)
2- {
3- eval("data" + (i + 1)) = substring(data, 1 + i * 16, "16");
4- } // end of for
5- fulllen = int(length * 1000);
6- step = fulllen / rows;
7- data = "0";
8- load = "yes";
9- stop();
Necesito una respuesta lo antes posible ya que estoy contrareloj con esta cuestión.
Desde ya gracias a todos por su ayuda.
ARIEL CRIPPA