Flex AIR에서 Starling 프로그래밍시 This application is not correctly embedded (wrong wmode value) 에러메세지가 발생할 경우에는 xml파일을 열어서 다음과 같이 수정해 준다.
<renderMode>direct</renderMode>
웹모드일 경우에는 wmode라는 parameter를 수정하는데 AIR에서는 xml이 direct값 설정을 담당한다.
만약 웹모드일 경우에는 html-template/index.template.html에서 다음과 같은 문장을 추가한다.
params.wmode = "direct";
No comments:
Post a Comment