Dear all,
I’ve been trying to launch some of the simpler away3d examples / tutorials
but i’m always getting this error on launch.
Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
My setup is:
Win7x64
jdk1.7.0_01
flashdevelop 4.0.0 RC1
Flex SDK 4.5.1
away3d-core-fp11 from git
flashplayer_11_ax_debug_32bit installed
flashplayer_11_plugin_debug_32bit installed
playerglobal11_0.swc renamed to playerglobal.swc and moved to
\flex_sdk_4.5.1\frameworks\libs\player\11.0
flashdevelop project settings:
Platform - Flash Player 11.0
Compilation Target: Application
Play: Open in popup
\away3d-core-fp11\src - added to classpath
additional compiler options:
-swf-version=13
The generated index html has
wmode: “direct”
by default
var view:View3D = new View3D();
addChild(view);
This is all the code I need to trigger the error
(inside the flashdevelop-generated Main.as init(e:Event = null):void function)
I tried this on two computers with different GPUs
The right-click context menu in the flash player window always says:
‘About Adobe Flash Player 11.0.1.152…’
so I guess at least this IS the correct latest player I’m running
I’ve found lots of forum entries regarding this problem, but all of them are pre-flash player 11 release. None of the suggested voodoo works.
Please help!
Thanks