Hi everyone…..
I don’t know if i could get some help.
As you have seen in the title of this topic, i’m trying to export an application for IOS and Android using this API but i’m getting some error and for that reason i don’t know if i’m doing something wrong.
My application works fine if i’m using Flash Player 11.4 as target. Once i change it to AIR 3.4 for IOS i got an error.
Error: Error #3709: The depthAndStencil flag in the application descriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
at flash.display3D::Context3D/configureBackBuffer()
at away3d.core.managers::Stage3DProxy/configureBackBuffer()[/Users/robbateman/Documents/Adobe Flash Builder 4.7/away3d-core-fp11/src/away3d/core/managers/Stage3DProxy.as:160]
at away3d.containers::View3D/updateBackBuffer()[/Users/robbateman/Documents/Adobe Flash Builder 4.7/away3d-core-fp11/src/away3d/containers/View3D.as:556]
at away3d.containers::View3D/render()[/Users/robbateman/Documents/Adobe Flash Builder 4.7/away3d-core-fp11/src/away3d/containers/View3D.as:592]
at aprende.planificacao::Cena3D/onEnterFrame()[C:\Users\ricardo\Dropbox\TCM\Estágio\SólidoMania\V 5.0\aprende\planificacao\Cena3D.as:224]
My file is called Cena3D.as at line 224 i just have this piece of code
view.reder();
]addEventListener(Event.ENTER_FRAME, onEnterFrame); to update my view.
Thank You