使用 ZeroClipboard 和 Dijit.Menu 提供复制功能
我有一个网络应用程序,它允许使用 ZeroClipboard、使用 Dijit.Menu、通过右键单击来复制文本。问题是 Flash 10 需要用户单击实际的 Flash 小程序才能允许这种情况发生。
我尝试使用 ZeroClipboard.glue() 方法将 swf“粘合”到菜单项,但没有成功。我只是想知道是否有人必须处理这个问题。
谢谢。
I have a webapp that (did) allows text to be copied using zeroClipboard, using a Dijit.Menu, by right clicking. The problem is that Flash 10 needs the user to click on the actual Flash applet to allow this to happen now.
I have tried to use the ZeroClipboard.glue() method to 'glue' the swf to the menu item but am having no success. I am just wondering is anyone has had to deal with this problem.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个解决方案,虽然不太漂亮,因为当鼠标悬停在菜单标题上方时,菜单标题会消失,但至少它有效。我还没有进行广泛的测试,但我希望它不会泄漏闪存对象。
I figured out a solution, not pretty as the menu title will disappear when the mouse hover above it but at least it works. I haven't tested extensively but I am hoping it does not leak flash objects.