|
|
|||
Flash Player 8
Flash Player 9(AS3 version)
myTextEditor.getHTML( styled:Boolean )
Flash HTML formatted string.
Method; retrieves the Flash HTML string of the currently edited text field. Use this method instead of retrieving htmlText property directly from the edited text field.
The following code sets the value of the String variable richText to contain the Flash HTML of the currently edited text field:
var richText:String = myTextEditor.getHTML();