I need some how to info that I cannot find on AS3 CS5
how make a
dynamically created tlftextfield
editable
or impossible??? please specific , give example, if possible.
not sure mean, think want:
import fl.text.tlftextfield;
var tlf:tlftextfield=new tlftextfield();
tlf.border=true;
tlf.x=100;
tlf.y=100;
tlf.width=200
tlf.height=15
tlf.text="hello world"
tlf.type=textfieldtype.input
addchild(tlf);
the border, x, , y properties being set make easier see. think part need type property. check out in files.
More discussions in ActionScript 3
adobe
Comments
Post a Comment