I am newbie to away3d (using 4). Building a project in flash cs6 pro. Have seen several calls for help on this forum but no resolutions. Project runs fine until i apply AIR for iOS 3.7.0.1860 (and the rest of iOS) and I get:
Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
All updates for air and flex SDKs in place and all fixes found on google search tried(mostly updating SDKs) even tried:
var options = new NativeWindowInitOptions();
options.renderMode = “direct”;
options.transparent = true;
options.systemChrome = NativeWindowSystemChrome.NONE;
options.renderMode = “direct”;
var nativeWindow = new NativeWindow(options);
it seemed weak and was in effective but am desperate. Any ideas out there?
Thanks for reading this.