Flash.setTextFormat()
Flash.setTextFormat()
- Started
- Last post
- 4 Responses
- Kenshiro
Is it me or is it buggy?
- UndoUndo0
nope
u mean
myText.setTextFormat(myFormat);right?
- Kenshiro0
right..
I used in a new file absolutley similar to the way i used it before, but refuses to work.
that is with dynamically created textfields
- unfittoprint0
for dinamically/input text fields setTextFormat is useless...
http://livedocs.macromedia.com/f…
use setNewTextFormat instead and set your embed fonts to true.
- Kenshiro0
err yeah that was it, just found out : /
thx guys