Bind RichTextEdit html text value to Text
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"> <mx:RichTextEditor id="myEditor" title="My Rich Text Editor"/> <mx:Text text="{myEditor.htmlText}" width="400"/> </mx:Application>