I’ve got an iOS app that loads and displays swfs. One of those contains a netstream / stagevideo object and the other an Away3D scene. I don’t need them to run together, just not block each other. If I run Away3D first, the stagevideo runs fine. But once I run the stagevideo swf, Away3D either shows only black (if I close the netstream) or shows some sort of artifacts, perhaps left over from the stagevideo size.
Can you suggest how to clean up and/or give the stage3D back to Away3D programmatically?