防止子 swf 中抛出错误
我想将用户提交的 swf 文件加载到父 Flex 应用程序中。我将从不同的沙箱加载 swf,并且故意不授予安全访问权限。
Flash 应用程序通常会具有尝试访问舞台的函数,在这种情况下,子 swf 将抛出错误,因为它无权访问。
我想防止子 swf 中的此类错误导致弹出 ActionScript 调试错误窗口。有谁知道这是否可能,在我的父应用程序中使用代码?
I want to load user submitted swf files into a parent Flex application. I'll be loading the swf from a different sandbox and i will deliberately not be granting security access.
Often flash applications will have functions that try to access the stage, and in this case the child swf would throw an error because it would not have access.
I want to prevent such errors in the child swfs from causing actionscript debug error windows to pop up. Does anyone know if this is possible, with code in my parent app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash Player 10.1 可以做到这一点!
http://blogs.adobe.com/cantrell/archives/2009/ 10/global_error_handling_in_air_20.html
Flash Player 10.1 can do this!
http://blogs.adobe.com/cantrell/archives/2009/10/global_error_handling_in_air_20.html