when run my android app ( creat by flash cs6 as3 ) error :
my app detects the camera and shot !
this is first code in first frame :
stop();
rec_btn.addEventListener(MouseEvent.CLICK, mouseHandler);
function mouseHandler5(event:MouseEvent):void
{
gotoAndPlay("stop");
}...