actionsPanel.setText()

Availability

Flash CS3 Professional.

Usage

actionsPanel.setText(replacementText)

Parameters

replacementText A string that represents text to place in the Actions panel.

Returns

A Boolean value of true if the specified text was placed in the Actions panel, false otherwise.

Description

Method; clears any text in the Actions panel and then adds the text specified in replacementText.

Example

The following example replaces any text currently in the Actions panel with the specified text.

fl.actionsPanel.setText("// Deleted this code - no longer needed");

See also

actionsPanel.getText(), actionsPanel.replaceSelectedText()


Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00003841.html