Hello. I am using Away3D with Flash Pro. The 2D content in Flash Pro automatically scales with the window.
In the process of getting the View3D to scale with the window I have to break this functionality :
stg.scaleMode = StageScaleMode.NO_SCALE
is there a way that I can scale bot 2D and 3D without compormising one or the other. Thanks.