Hi.
I’m struggling for few hours already and I can’t find the solution.
When I set up my test Away3D project as “Actionscript Project” using Away .as files library and running it as Flash Builder 4.6 project, everything works just fine (after adding wmode=“direct” to html template.
When in the same project I delete all .as Away3D classes and use .swc file as Away3D library, FB doesn’t see some classes (like Mesh - I’m running basic tutorial example) or some properties and functions (view.camera.x, view.camera.lookAt(), plane.rotationY). The problem is even bigger when I try to run this as “Flash Professional Project” which I can’t run because of compile errors. Am I doing something wrong here or is there a common issue with using .swc library?