如何判断 .swf 生成了错误?
我刚才查看一个页面,弹出错误框,告诉我 .swf 中存在运行时错误。问题是,页面上有多个 .swf,我不知道是哪一个生成了错误。
有办法告诉吗?
I was viewing a page just now and got the error box popup telling me of a runtime error in a .swf The problem is, there are multiple .swfs on the page, and I do not know which one generated the error.
Is there a way to tell?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 Flash Player 的调试版本。您可以从 Adobe 网站下载:
http://www.adobe.com/support/flashplayer/downloads.html
将其配置为保存日志,如 Adobe 文档所述:
http://kb2.adobe.com/cps/403/kb403009.html
用它运行页面,并查看日志。您可以直接打开文本文件,或者如果您使用 Firefox,则有一个插件可以将其显示在页面旁边的小窗口中。
Install the debug version of Flash Player. You can download it from Adobe's website :
http://www.adobe.com/support/flashplayer/downloads.html
Configure it to save logs as described by Adobe's documentation :
http://kb2.adobe.com/cps/403/kb403009.html
Run the page with it, and look at the log. You can open the textfile directly, or if you use Firefox there is a plugin to display it in a small window beside your page.