Study/Actionscript 3.02011. 2. 2. 16:33

http://www.cyworld.com/qkrals01/3323288



Error #2148

박민수2010-01-06 12:19:21주소복사
조회 286  스크랩 0
2007/03/07 09:42

폴더를 옮겨서 실행시키시는거죠?
보안상 이유로 Flex Builder 의 Flex Project 디렉토리 외부에서 로컬파일 접근은 안됩니다.

c:\Documents and Settings\Administrator\Application Data\Macromedia\Flash Player\#Security\FlashPlayerTrust\
가 flash player 가 접근할 수 있는 디렉토리 들이 기록되있는 곳일 거구요.
Flex Builder 는 Flex Project 의 workspace 디렉토리를 저 파일에 자동으로 기록해 놓습니다.

 

 

2008/05/07 10:20

플렉스에서 다음과 같이 xml 파일을 읽어 들이지 못하는 이유는 보안 박스 와 관련된

오류 입니다.

이러한 오류를 수정하기 위해서는 다음과 같이 하면 됩니다.



SecurityError: Error #2148: SWF file file:///C:/Documents and Settings/UserProfile/Desktop/flexstore/bin-release/flexstore.swf cannot access local resource myFile.swf. Only local-with-filesystem and trusted local SWF files may access local resources. 





플렉스 메뉴에서 

Project > Properties > Flex Complier 를 선택합니다.



Additional complier Arguments 에서

local 이라는 메뉴를 지우고 



-use-network=false



라고 넣어줍니다.

 

 

Posted by chacolina