Remove all the FlowElement objects from a TextFlow


/ Published in: ActionScript 3
Save to your folder(s)

Remove all the FlowElement objects from a TextFlow without removing the TextFlow itself.


Copy this code and paste it in your HTML
  1. textFlow.replaceChildren(0,textFlow.numChildren);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.