I'm compiling against AIR 3.1. I am using Flash Builder 4.5.1 Premium, debugging on the Xoom device via USB.I believe this is a bug. The following code reports both camera positions as "back":var camera:Camera;camera = Camera.getCamera( "0" ); trace( camera.name + ":" + camera.posit...