태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

ria/flex2008/02/11 22:13

아래 순서대로 한다면 디버킹 코드가 포함된 swf에서 I.E. 로 test시 유용하게 이용할 수 있을 것이다. 급하게 사용할 목적으로 초스피드정리 버전이다 ㅡ.ㅡ;; 단순 참고용.
 
1. Unstall flash player 한다.
 아래 링크에가서 자신이 설치한 버전을 unistall하면 된다.
 How to uninstall Flash player
 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157 
2. Install flash player debugger version
 Flash debuger version를 설지하면 된다.
 Adobe Flash Player 9 — Debugger Versions
 http://www.adobe.com/support/flashplayer/downloads.html
3. Configureing Flash debug player 
 아래를 참고해서
 http://www.adobe.com/devnet/flex/articles/client_debug_03.html
 Create a file named mm.cfg, and put it in your HOMEDRIVE and HOMEPATH, for example, in
        자신의 계정의 dir에 아래 처럼 만들고 c:\Documents and Settings\eanderson\mm.cfg.
4. Version test for Adobe Flash Player
지대로 설치돼었는 확인 해야 할것.
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15507

5. 난 Log를 실시간으로 보고 싶다. 그럼 아래꺼..
 http://tailforwin32.sourceforge.net/
 

//i.e. mm.cfg file

TraceOutputFileEnable=1
ErrorReportingEnable=1

//The following example sets the maximum number of warnings to 500.
MaxWarnings=500

//Use the TraceOutputFileName={path to location}/{customfilename} property
TraceOutputFileName=c:\flexLog.log

출처: http://www.ln.pe.kr/145 
 

'ria > flex' 카테고리의 다른 글

Action Script <-> Java 변환 데이터 타입  (1) 2008/02/12
int -> 16진수 function  (0) 2008/02/11
FLEX debug 하는 법  (0) 2008/02/11
Adobe FLEX3 & AIR 컨퍼런스  (0) 2008/02/01
crossdomain.xml 에 대한 글  (0) 2008/01/28
Flex 2.0에서 JSON 활용하기  (1) 2008/01/26
Posted by THLIFE.net

TRACKBACK http://thlife.net/trackback/100 관련글 쓰기

댓글을 달아 주세요