使用鼠标中键滚动按钮禁用浏览器滚动
我的页面上有一个 Flash 元素,您可以使用鼠标中滚轮与其进行交互。页面很长。因此,当使用鼠标滚轮滚动时,它会与 Flash 元素交互并滚动浏览器窗口。
有没有办法在 Flash 元素处于活动状态时禁用浏览器滚动?
I have a flash element on my page that you interact with by using the middle mouse scroll wheel. The page is long. So when scrolling with the mouse wheel it interacts with the Flash element AND scrolls the browser window.
Is there a way to disable browser scrolling while the Flash element is active?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我已经从 Flash MouseWheelTrap 中“提取”了这个函数,可以在这里找到:
http://code.google.com/p/mousewheeltrap/
I have "extracted" this function from the Flash MouseWheelTrap which can be found here:
http://code.google.com/p/mousewheeltrap/
您可以使用:
其中allowScroll 是一个布尔值。
You can use:
Where allowScroll is a boolean.
SWFWheel:http://www.libspark.org/wiki/SWFWheel/en
SWFWheel: http://www.libspark.org/wiki/SWFWheel/en