我正在使用AIR HTML组件,并且我尝试查找设置的网址何时返回404的事件。我没有看到任何事件要找到它。
示例:
<mx:HTML id="html"
location="app:/thisPageDoesNotExist.html"
complete="trace('complete')"
locationChange="trace('locationChange')"/>
当页面不存在时,永远不会调度complete事件。