유니코드1 플래시에서의 외부 텍스트 호출시 한글문제 플래시 플레이어는 외부텍스트를 읽어 들일때 유니코드를 사용합니다. 그러나, 윈도우의 경우는 EUC-KR(51949)가 기본 캐릭터 셋이기 때문에 한글이 깨지는 경우가 발생합니다. 이럴때 우리가 System.useCodePage = true; 를 사용하면 한글이 보이게 되는데 'true'이면 '시스템의 캐릭터 셋'으로 읽어 들이게 되기 때문입니다. useCodePage property에 대해 System.useCodePage = true; When this code is present, the application interprets external text using the traditional code page of the operating system. This is generally CP1252 f.. 2009. 6. 23. 이전 1 다음