Flash Player 6
myTextEditor.setHTML( htmlString:String )
Nothing.
Method; sets the html text of the currently edited text field.
The following code sets the html of the currently edited text field:
myTextEditor.setHTML("<p>Hello <b>world!</b></p>");