このエラーを発生させる警告ボックスを作成しています。助けてください:コードは以下の通りです:
<mx:LinkButton id="deleteButton" visible="false"
icon="@Embed('/assets/delete.png')" x="200"
toolTip="Delete File"
click='Alert.show("Are you sure you want to send the form?","Confirm Delete",Alert.YES | Alert.NO,this,deleteButton_clickHandler,null,Alert.No);'/>