일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 3d
- 게임
- smartfoxserver
- 태그를 입력해 주세요.
- iphone
- AIR
- 배열
- class
- 영어
- 경로
- unity
- Flash
- Build
- 아이튠즈
- texture
- Game
- 단축키
- builder
- unity3D
- Mac
- ios
- AS3
- sdk
- flash builder
- file
- Ane
- swf
- Android
- path
- XML
Archives
- Today
- Total
상상 너머 그 무언가...
Flash Mobile Air load swf iOS 본문
플래시 모바일 프로젝트에서 iOS에서는 swf 파일 로드가 되긴 하지만
액션스크립트가 포함된 swf 는 경고창이 뜨고 액션스크립트가 실행되지 않는다.
( 액션스크립트가 포함되어 있지 않는 단순 클립이나 텍스트 필드, 심볼 등은 문제없이 로드 된다. )
Console에는 아래와 같은 메시지가 출력되고
ReferenceError: Error #1065: Variable Symbol1_1 is not defined.
iOS 화면에는 아래와 같은 팝업이 뜬다.
Uncompiled ActionScript
Your application is attempting to run uncompiled ActionScript, probably due to the use of an embedded SWF.
This is unsupported on iOS. See the Adobe Developer Connection website for more info.
apple에서 flash air로 만든 앱이 swf 로드를 해서 로드된 swf의 액션스크립트를 동작하게 하는걸
에뮬레이터 기능으로 간주하고 차단해 놓은것 같다.