hey guys,
is anyone here using Flash Develop along with the Flash 11 beta 2.
I had my environment happilly running along with Flash Develop + beta 1 with no issues.
I’ve attempted to update to beta 2, have installed the latest 32bit debugger/player, along with the latest playerglobal (080811)
I have the latest GIT build of Away3D 4.
But i’m unable to do a build.
I keep getting the following errors:
D:FlashA3Daway3d-away3d-core-fp11srcaway3dcoremanagersStage3DProxy.as(147): col: 20 Error: Access of possibly undefined property transparent through a reference with static type flash.display:Stage3D.
return _stage3D.transparent;
^
D:FlashA3Daway3d-away3d-core-fp11srcaway3dcoremanagersStage3DProxy.as(153): col: 13 Error: Access of possibly undefined property transparent through a reference with static type flash.display:Stage3D.
_stage3D.transparent = value;
Not sure if i’m missing anything, but everything else is as it was when i was using beta 1.