Flash CS3 Professional.
actionsPanel.getText()
None.
A string that contains all the text in the Actions panel.
Method; returns the text in the Actions panel.
The following example displays the text that is in the Actions panel.
var apText = fl.actionsPanel.getText(); fl.trace(apText);