본문 바로가기
웹쟁이

[Flash CS4] 'caurina.transitions.equations could not be loaded' 오류 해결

by 블로티 2016. 12. 22.
728x90
반응형

Flash CS4로 caurina.tweener를 불러들여 사용하던 중  'caurina.transitions.equations could not be loaded'라는 오류 메시지가 나타나는 경우가 있다.
 
여러 방면으로 찾아보다가 구글에서 검색을 해보니
 

http://code.google.com 에서 같은 문제로 문의한 경우가 있었습니다.

 
해결 방안 참으로 간단하더군요.
 
원문을 보다 보면
...
I have the solution.

Simply open Equations.as.  Press "enter" after "import caurina.transitions.Tweener;"
to add an empty line, and then remove the original line spacing.  Save the file. 
Now there should be no error when you export.
...
 
내용인 즉
 
Equations.as 파일을 열어서 'mport caurina.transitions.Tweener;'라는 문장 다음에 엔터를 눌러 빈 라인을 새로 만들고,
 
기존에 있던 빈(스페이스) 라인은 삭제한 후 저장하라는 내용입니다.
 
아마도 Flash CS4 버전에서 Tweener를 불러들일 생기는 버그에 해당되는 것 같습니다. 

728x90
반응형