LANGUAGE/!$%!% ERROR NOTE 2016. 1. 26. 00:51

///// 에러

Uncaught SecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at file:///D:/Workspaces/webgl/lesson05/nehe.gif may not be loaded.



///// 문제

기본적으로 보안상 file시스템(?)으로 접속하면 접근이 안된다.



///// 해결

chrome을 열 때 옵션을 주면 된다.


1. cmd (command line) 열기

[Win] + [R]를 누르고 실행창이 뜨면 cmd 입력


2. Chrome이 설치된 폴더로 이동

cd C:\Program Files <x86>\Google\Chrome\Application


3. 파일 접근 허용 옵션을 사용하여 실행

chrome --allow-file-access-from-files




///// 참고

[Chrome] 크롬의 유용한 옵션들:

http://leechwin.tistory.com/entry/Chrome-%ED%81%AC%EB%A1%AC%EC%9D%98-%EC%9C%A0%EC%9A%A9%ED%95%9C-%EC%98%B5%EC%85%98%EB%93%A4