Flash MX 2004.
outputPanel.clear()
None.
Nothing.
Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a list of errors, or to save them incrementally by using this method with outputPanel.save().
The following example clears the current contents of the Output panel:
fl.outputPanel.clear();