_part0 = "str"; trace("конструктор: "+_part0);
import Cls; var tmp = new Cls(50); trace("флешка: "+tmp._part0);
конструктор: str флешка: undefined