Hello I have strange problem with importing things I am green in flash/java so probably I am doing something wrong and silly.
I use Flex 4.5.
when I type import I get list of lib to chose and away3d is one of them.
for example I try to use
import away3d.containers.View3D;
but when i try to debug the project i always get
“1172: Definition away3d.containers:View3D could not be found.”
I don’t know what I am doing wrong .
i add unpacked folder
away3d_4_0_0_molehill by adding it to project like this Project->properties->ActionScript Build Path->Source Path->Add folder
any ideas?