I have an ActionScript project in Flash Builder 4.7 using AIR 3.2 and Away 3D latest (4.1 alpha SWC).
When I run from Flash Builder it uses the standalone Flash player to run the movie and NOT a web browser (I use the File system, so need to use AIR).
When I load a 3D model with Away3D, I am getting:
Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
I have seen a lot of folk have this issue - I added the following to my App.xml file:
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
I tried GPU and CPU and AUTO but nothing removes this error.
I tried adding a compiler option for swf 13 but that didn’t help either.
I’m at a dead end with this, what can I do? :(