Recent content by sepehr shi

  1. S

    adobe air app error java.lang.IllegalStateException

    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"); }...