オブジェクトがステージ上に存在するかどうかを確認して削除する関数内に、次のコード スニペットがあります。
public function closeContent(e:MouseEvent):void {
removeChild(txt);
removeChild(ldr.content);
removeChild(_closeButton);
container_mc.visible = false;
statusText.text="";
if (contains(submitButton)) {
removeChild(submitButton);
}
if (contains(saveinfoButton)) {
removeChild(saveinfoButton);
}
}
で変更しようとしましstage
たthis
がroot
、常にこのエラーが発生しますArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller