开发者

Flash CS4 5005 unknown error optimizing byte code

开发者 https://www.devze.com 2023-01-10 08:48 出处:网络
I\'m trying to compile my flash project from Flash CS4. But开发者_高级运维 it raises me this error \"5005 unknown error optimizing byte code\"

I'm trying to compile my flash project from Flash CS4. But开发者_高级运维 it raises me this error "5005 unknown error optimizing byte code"

Does anybody know the exact solution for this problem?

Thank you.


I have found the solution.

Thanks to author in this blog:
http://stefig.blogspot.com/2009/04/5005-unknown-error-optimizing-byte-code.html

Thank you also Amarghosh ;)


To solve the error in CS5, I tried the following recommended steps that have helped others:

  • Unchecked "Compress Movie" in Publish Settings > Flash Tab
  • From the top menu, select Control > Delete ASO Files
  • Open C:\Program Files (x86)\Adobe\Adobe Flash CS5\Common\First Run\ActionScript 3.0\jvm.ini and changed -Xmx128m to -Xmx1024m
  • Add "JAVA_TOOLS_OPTIONS -Xmx1024m" to system environment variables

None of these worked for me, though. I finally just saved my FLA file under a different name... and voila, it compiled without the error.


Hm.... JAVA_TOOL_OPTIONS = -Xmx256M could not solve my problem.

Buy when I publish the one which fla file could be published then publish the error one. It will be solved.

Sound ridiculous? You can try it at last.

0

精彩评论

暂无评论...
验证码 换一张
取 消