テキストエリア内に次を HTML テキストとして表示しようとしています。テキストは問題なく表示されますが、アンカー タグが機能していません。
<p>
<font color="#5680e0">
<a href="http://www.google.com" target="_blank">
<strong>Google Website</strong>
</a>
</font>
</p>
テキスト領域が定義されている私のフレックスコードは次のとおりです
<mx:TextArea id="leftArticle" selectable="false" borderVisible="false" top="136" verticalScrollPolicy="off" fontFamily="Arial" color="#333333" condenseWhite="false" focusEnabled="false" focusAlpha="0" editable="true" fontSize="12" width="245" height="285"/>
htmlText が割り当てられているコード
leftArticle.htmlText = htmldata;
助言がありますか?ありがとう。