flash as2:如何在隐藏舞台的同时创建弹出警报?
我创建了一个主 swf 应用程序,用于加载其他 swf 文件以使用它们的类(使用 getUrl())。 我希望这些 swf 文件能够在发生错误时输出弹出警报消息,而不更改主 swf 文件。我该怎么办?
我加载的外部 swf 文件有一个隐藏阶段,不允许我查看任何内容或看到来自它们的任何消息。
使用adobe flash,动作脚本2。
I've created a main swf application that loads other swf files to use their classes (using getUrl()).
i would like that these swf files would output popup alert messages when errors occur without changing the main swf file. how can i do so ?
the external swf files that i load got a hidden stage which disallows me from viewing anything or seeing any message from them.
Using adobe flash, Action Script 2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 swf 嵌入在 HTML 页面中,您可以尝试:
If your swf is embedded in an HTML page, you could try: