역시나 flex에서 html 형식으로 받은 데이터를 어떻게 뿌려줄지 고민이 되다가 help파일을 검색해 보니 이런 내용이 있었다.
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="450"
backgroundGradientColors="[#FFFFFF, #FFFFFF]"> <mx:Text width="100%" color="blue" fontStyle="italic" fontSize="14"> <mx:htmlText> <![CDATA[This is 14 point blue italic text.<br><b>
<font color="#000000" size="10">This text is 10 point black,
italic, and bold.</font></b>]]> </mx:htmlText> </mx:Text> </mx:Application>
위의 내용을 보면 어떻게 화면에서 뿌려주면 될지 감이 올것이다.
^^
플렉스를 향한 또 하나의 발자국시작~
The navigateToURL() method syntax (0) | 2007.08.09 |
---|---|
Using an item renderer with the TileList and HorizontalList controls (0) | 2007.08.09 |
flex에서 Data formatting(데이터 포맷 지정하기) (0) | 2007.08.08 |
플렉스(Flex)에서 팝업창을 만드는 방법 (0) | 2007.08.06 |
flex에서 swf나 mxml에 파라미터를 던지는 방법(Using query string parameters) (0) | 2007.08.06 |