import flash.filesystem.File 로 인해 발생하는 Error
http://www.actionscript.org/forums/showthread.php3?t=176906 에 나와있는대로 Adobe AIR pack를 설치해보기로함
The flash.filesystem package contains classes used in accessing the filesystem. This package is only available to content running in Adobe AIR. 라고 ActionScript 3.0 Reference Guide에 명시되어 있다.
Adobe Player가 아닌 Adobe AIR로 Publish를 하면 된다.
publish setting --> Flash --> Player --> Adobe AIR 1.5
'Programming > ActionScript' 카테고리의 다른 글
한글깨짐 방지코드 (0) | 2012.03.13 |
---|---|
[AS 3.0] Load Image & Set Timer & Read INI (0) | 2012.01.26 |
[AS 3.0] Reading Text From INI File (0) | 2011.10.11 |
[AS 3.0] LocallConnection Class를 사용하여 SWF간 이벤트 주고받기 (0) | 2011.09.05 |
[AS 3.0] 라이브러리에 있는 객체 동적으로 Attach하기 (0) | 2011.08.26 |