鼠标移出时闪光释放鼠标捕获
我在 iframe 中加载了一个 Flash 应用程序。用户在 Flash 中按下鼠标并离开舞台。当用户离开舞台时,是否有办法从 Flash 中释放鼠标捕获,以便父级接收更多鼠标事件而不是 Flash 应用程序?
在 Firefox 和 Chrome 中,父级在用户松开鼠标之前不会收到事件 在 IE 中,当用户离开舞台时,父级会收到事件。
I have a flash app loaded in an iframe. User mouses down in flash and goes outside of stage. When user goes outside of stage, is there a way to release the mouse capture from flash so that parent receives further mouse events and not the flash app?
In Firefox and Chrome, parent doesn't receive events until the user mouses up
In IE, parent receives event when the user goes outside of stage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用Event.MOUSE_LEAVE:
Try using Event.MOUSE_LEAVE: