I get this (noooob) error when trying to build:
Stage3DProxy.as(97): col: 13 Error: Access of possibly undefined property visible through a reference with static type flash.display:Stage3D.
_stage3D.visible = true;
and the same with getter and setter… what might be the problem? ...and yes, I have installed the latest playerglobal.swc and player11.3 and tried with flex4.5.1 and 4.6.0 and the latest FlashDevelop.
Project compiles fine if I comment out _stage3D.visible stuff and make the getter return true :), but this should not be the answer :)