/ Published in: ActionScript 3
Remove all the FlowElement objects from a TextFlow without removing the TextFlow itself.
Expand |
Embed | Plain Text
textFlow.replaceChildren(0,textFlow.numChildren);
You need to login to post a comment.
LeeProbert on 03/29/10
1 person have marked this snippet as a favorite
Remove all the FlowElement objects from a TextFlow without removing the TextFlow itself.
textFlow.replaceChildren(0,textFlow.numChildren);
You need to login to post a comment.