In my application (flash + away3d 4 + adobe air 3.2 for iPad) i have a View3D with some objects which are displayed correctly. When I touch a particular object, it launches a stagewebview with this html content :
[...]
<video id="video" controls="true" autoplay="true" width="100%" height="100%" src="video.mp4"></video> [...]
The stagewebview is displayed fine and i can launch the video without problem, and i continue to see the View3D in the background.
But, if I switch the video to fullscreen mode with the standard ios player and then go back to windowed mode, the View3D is empty : there are no more object displayed, but they are present in memory and visible=true.
I have set a backgroundColor to the view3D, so I can see it is always on my stage, only the meshes are missing.
I suspect a colision between stage3d and the ios video player, as they both use hardware acceleration.
Any idea ?
unfortunately it's an AIR bug that has not been resolved yet!
https://bugbase.adobe.com/index.cfm?event=bug&id=3486264