ня

Код:
_root.createTextField("mytext"+i, i, 10, 10+dy*2, 100, 20);
_root["mytext"+i].multiline = true;
_root["mytext"+i].wordWrap = true;
_root["mytext"+i].border = true;
_root["mytext"+i].background = false;
_root["mytext"+i].html = true;
_root["mytext"+i].text = _root["n"+i];
_root["mytext"+i].setTextFormat(myformat[i]);