728x90
Error :
HTML wrapper template must contain ${swf} macro that is substituted at compile time
Solution :
Flash Builder나 기타 다른 IDE를 쓰다가 IntelliJ IDEA로 옮기면서 날 수 있는 에러다. IntelliJ IDEA에서는 index.template.html 파일에 ${swf}가 없으면 에러를 낸다. 따라서 HTML 파일에 application.swf가 있는 부분 대신 ${swf}.swf를 써주면 에러가 없어진다.
swfobject.embedSWF( "${swf}.swf", "flashContent", "${width}", "${height}", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
자세한 건 https://www.jetbrains.com/idea/help/create-html-wrapper-for-flex-application-dialog.html 여기서 확인.
반응형
'Development > Tool' 카테고리의 다른 글
[IntelliJ] 에디터 왼쪽바에 (gutter) CSS 색상 안 나오게 하기 (0) | 2015.07.25 |
---|---|
[IntelliJ] 저장하지 않은 파일 * 표시하기 (0) | 2015.07.24 |
[Eclipse] Chrome Theme 설치 & 적용하기 (0) | 2014.07.01 |
서버 시작할 때 45초 에러 (0) | 2014.06.12 |
[IBM] Eclipse V3.4 완전 정복 (0) | 2012.02.28 |