I linked src file to source path in cs5 and am rendering to flash 11, but I get these error when I compile examples to browser.
D:\FlashScripts\away3d\away3d-awayphysics-core\src\awayphysics\AWPBase.as, Line 22 1180: Call to a possibly undefined method CLibInit.
D:\FlashScripts\away3d\away3d-awayphysics-core\src\awayphysics\AWPBase.as, Line 25 1180: Call to a possibly undefined method MemUser.
D:\FlashScripts\away3d\away3d-awayphysics-core\src\awayphysics\AWPBase.as, Line 7 1046: Type was not found or was not a compile-time constant: CLibInit.
D:\FlashScripts\away3d\away3d-awayphysics-core\src\awayphysics\AWPBase.as, Line 9 1046: Type was not found or was not a compile-time constant: MemUser.
D:\FlashScripts\away3d\away3d-awayphysics-core\src\awayphysics\AWPBase.as, Line 2 1172: Definition cmodule.AwayPhysics could not be found.
Do I have to link to something else? to get it to compile
I see there is a AwayPhysics.swc file, where would I put that?
Thanks for any help.