Hey, I'm wondering how I could best create a "3D" perspective view widget, where the map can be rotated along the x and y axis.
I'm currently using just Flex's rotationX and rotationY properties, which worked pretty well, but when I rotate the map along the z-axis, it just disappears. This also happens when I do a 2D rotation using transformation matrices. The odd thing is, if I set the map's width and height to a particular value, it stops disappearing, but continues disappearing for other values.
Thanks a lot!