I just tried your code on my Xoom using the same build settings (AIR 3.1
and FB 4.5.1), and discovered the problem.You need to set the Android
permissions to use the Camera. In your -app.xml make sure this line is
uncommented:If that line was commented
out, then it returned "back" for both cameras. But if that line is
uncommented, then it works properly. With Android you have to make sure
permissions are set for just about everything (accessing camera, mic,
internet, etc.)Brent