This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我已经尝试过这个
,它在谷歌浏览器中对我有用。
I've tried this
and it worked for me in google chrome.
这似乎是 Chromium 中已验证的错误,仅在 Mac 上:
https: //code.google.com/p/chromium/issues/detail?id=32703
This appears to be a verified bug in Chromium, only on Mac:
https://code.google.com/p/chromium/issues/detail?id=32703
当 Flash 在“不透明”或“透明”窗口模式下运行时,光标无法在 Chrome 中隐藏(一个错误)。
解决方法是 - 如果您的 Flash 应用程序可以在没有此模式的情况下运行 - 将您的 wmode 选项设置为“窗口”或删除该选项(默认为“窗口”)。
wmode 选项是您需要在 HTML 文件中更改的选项,其中 Flash HTML 标记是生成的或已静态放置在那里。只需打开 HTML 文件并搜索单词“wmode”即可。
The cursor cannot be hidden in Chrome when Flash is running in "opaque" or "transparent" window mode (a bug).
The workaround would be - if your Flash application can run without this mode - to set your wmode option to "window" or remove the option (the default is "window").
The wmode option is something u would change in your HTML file, where either the flash HTML tag is generated or has been put there staticly. Just open up your HTML file and search for the word "wmode".
然后尝试首先添加一个调用 Mouse.hide() 函数的计时器。像这样的东西:
then try to add a timer first that calls the Mouse.hide() function. Something like: