딸기 공부방/flex
text와 label
특별한녀석
2008. 12. 26. 12:44
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Text x="106" y="86" width="221" height="33" fontSize="18">
<mx:htmlText>
<![CDATA[<a href='http://www.google.co.kr'>구글</a>]]>
</mx:htmlText>
</mx:Text>
<mx:Label x="106" y="135" text="레이블" fontSize="18" />
</mx:Application>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Text x="106" y="86" width="221" height="33" fontSize="18">
<mx:htmlText>
<![CDATA[<a href='http://www.google.co.kr'>구글</a>]]>
</mx:htmlText>
</mx:Text>
<mx:Label x="106" y="135" text="레이블" fontSize="18" />
</mx:Application>