在flash cs6 adobe air中关闭android摄像头

时间:2013-04-24 07:40:06

标签: java android actionscript-3 air flash-cs6

嗨,大家好

我需要关闭由adobe air 3在flash cs6中创建的Android应用中的相机。

我使用此代码关闭相机:

videoDetect.attachCamera(null); videoCapture.attachCamera(null);

但在我的设备中运行时,错误:

   An error has occurred in sub: settingm_camera1_ready
    (java line: 464)
    java.lang.IllegalStateException:The specified child already has a parent.you must call removeView() on the child s parent first.

帮助。

1 个答案:

答案 0 :(得分:0)

尝试以下方法:

video.attachCamera(null);
video.clear();
removeChild(_video);
camera = null;