insertXMLText(beginIndex:int, endIndex:int, richText:String, pasting:Boolean=false):void
This function replaces the text between
beginIndex
and endIndex
with richText
. richText
must be in flashrichtext format.This function is implemented using
setTextFormat()
, setSelection()
, and replaceText()
.
1 comment:
Post a Comment