away3d/awayphysics-examples-fp11

“, Line 1 5005: Unknown error optimizing byte code.” Error

thinkingarden opened this issue · 1 comments

I just updated the latest source and compiled again ,only the CharacterDemo.as is still can’t be compiled under flash CS5 and Flash CS5.5 , all the other demos ok !

By the way , when i run the CharacterDemo, the debug player output the following information:

ReferenceError: Error #1065: Variable CharacterDemo_Skin not defined.
ReferenceError: Error #1065: Variable CharacterDemo_Spec not defined.
ReferenceError: Error #1065: Variable CharacterDemo_Norm not defined.

Thanks. The issue is prob. that the demo is using a embed tag, don't think flash cs5/cs5.5 support that.
If you have flashbuilder or fdt try that else you need to modify the example so that it loads external.
Good luck and let me know when you solved it.