Ok so worked out can solve lost context with Away
view.stage3DProxy.recoverFromDisposal();
http://away3d.com/forum/viewthread/4014/
Starling should be
Starling.handleLostContext = true;
before init starling.
But both together doesnt work when changing orientation.
Starling is ok but Away disapears.
Also you end up with multiple Away stats.
Anybody tried/solved Straling+away recover context loss?