:master:

ma vuoi dire con AS?

basta che durante la "creazione" ne assegni il "tipo"
codice:
_root.createTextField("campo_input", 1, 0, 0, 200, 200);
path = _root.campo_input;
path.multiline = true;
path.wordWrap = true;
path.type = "input";
//ecc...