[Flashcoders] textfield woes.

2007-08-06 Thread ilteris kaplan
Hello List, Very basic question. Basically I created a new font in my flash library and put this code in the timeline. this.createTextField(mytext, this.getNextHighestDepth(), 10, 100, 300, 200); mytext.multiline = false; mytext.type = input; mytext.embedFonts = true; mytext.restrict =

RE: [Flashcoders] textfield woes.

2007-08-06 Thread Palmer, Jim
PROTECTED] Behalf Of ilteris kaplan Sent: Monday, August 06, 2007 3:33 PM To: Flashcoders mailing list Subject: [Flashcoders] textfield woes. Hello List, Very basic question. Basically I created a new font in my flash library and put this code in the timeline. this.createTextField(mytext

Re: [Flashcoders] textfield woes.

2007-08-06 Thread ilteris kaplan
mailing list Subject: [Flashcoders] textfield woes. Hello List, Very basic question. Basically I created a new font in my flash library and put this code in the timeline. this.createTextField(mytext, this.getNextHighestDepth(), 10, 100, 300, 200); mytext.multiline = false; mytext.type = input