/ Published in: ActionScript 3
Remove all the FlowElement objects from a TextFlow without removing the TextFlow itself.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
textFlow.replaceChildren(0,textFlow.numChildren);