Trying to do the optimization code for Flash Player 6.0 .
there is a code
if (eval(Movie + "." + NameTextField) == undefined) { // If undefined, the warning will be issued when accessing
Movie.createTextField(NameTextField, Movie.CountDepth++ , X, Y, Width, Height);
}
if (eval(Movie+"."+Name) == undefined){ // If undefined, the warning will be issued when accessing
Movie.createEmptyMovieClip(Name, (NumDepth == undefined )?(Movie.CountDepth++):NumDepth );
}
but on the first pass this code always gives a warning in file flashlog.txt.
Do not be properly interviewed yet undeclared MovieClip or TextField?