업무

[FLEX2] XML호출시 한글깨짐 방지법

2010년1월어느날.. 2008. 2. 25. 11:39
 <mx:Script>
  <![CDATA[
   System.useCodePage=true;
  ]]>
 </mx:Script>

스크립트에 추가해준다.