我找不到在 Text 组件的 htmlText 属性中绑定变量的方法,我希望能够执行以下操作:
<mx:Text id="bodyText" styleName="bodyText">
<mx:htmlText >
<![CDATA[<img src='assets.OrangeRect' align='left' hspace='0' vspace='4'/> Bonjour {UserData.name} ]]>
</mx:htmlText>
</mx:Text>
我想绑定UserData.name