http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html


위 링크(FP11을 설정하는 법)을 따라하되 


폴더 이름을 FP11.2로 바꾸고 그 안에 playerglobal11_2.swc를 복사해 넣고 playerglobal.swc로 이름을 변경한다,


$Flash//Common/Configuration/Players/FlashPayer11_2.xml 파일의 내용을 다음과 같이 수정한다.(파일이 없으므로 이전 버젼 것을 복사한 후 이름을 변경해준다.)





Flash Player 11.2
   
   Device Central/adcdl.exe
   Device Central/adcdl
   
.....


FlashDevelop 4.0.1에서 Player를 11.2로 선택하는 경우 -swf-version이 14로 잘못 설정되어 컴파일시 정상적으로 작동되지 않는다. (대표적으로 마우스 오른쪽 버튼 클릭 이벤트가 작동하지 않는다.) 해결법은


Project > Properties > Compiler Options > ADvanced > Additional Compiler Options


위 항목에 "-swf-version=15"(따옴표 제외)를 추가하면 컴파일시 적용되어 정상 작동된다.