Answered
Passing text from one TLF Instance to another - Flash CS4 IDE
- August 31, 2009
- 1 reply
- 2329 views
I am a newbbie.
I am switching from dynamic textfields to TLF to accomodate the Arabic market(Right to left).
In my app, I would drag to the stage a "speech bubble"(with a nested TLF component) from a graphics library.
Then I would type something on a Editor(TLF component) and click submit.
The text should appear in the "speech bubble" but I don't know how to do that.
I can get the content from the Editor through
var out:String = TextFilter.export(enteredText.textFlow, TextFilter.TEXT_LAYOUT_FORMAT, ConversionType.STRING_TYPE);
Thanks
