创建无法关闭的Flash投影仪应用程序
我需要创建一个闪光投影仪应用程序,可以与之交互,但除非输入密码,否则不会关闭。
我已经创建了投影仪文件,我已经创建了一个带有密码弹出窗口的关闭按钮,但是如果用户按 ALT+F4 或 Escape 等,这不会执行任何操作。
我要么需要禁用这些组合键,要么找到其他方法实现这一目标,
有什么想法吗?
干杯。
I need to create a flash projector application which can be interacted with, but will not close unless a password is entered.
I have created the projector file which I have created a close button with a password popup, but this doesn't do anything if the user presses ALT+F4 or Escape etc..
I either need to disable these combinations of keys or find someother way of achieving this,
Any ideas ?
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实现这一点(或至少接近)的唯一方法是使用各种 EXE 工具之一(例如 SWFStudio 和 MDM Zinc)来包装 SWF。
The only way to do this (or at least come close) would be to wrap the SWF with one of the various EXE tools out there such as SWFStudio and MDM Zinc.