It would be nice to have a simple option or parameter to force software rendering mode, for the sake of testing and optimizing.
Actually i have to change line 239 of Stage3DProxy from :
_stage3D.requestContext3D();
to :
_stage3D.requestContext3D(Context3DRenderMode.SOFTWARE);