Flash 10 剪贴板限制的解决方法
对于仅在与 Flash 影片交互时才激活剪贴板的 Flash 10 剪贴板限制,是否有解决方法?更多信息请参见:http://www.adobe.com/devnet/flashplayer/articles /fplayer10_uia_requirements.html 这基本上会阻止您从 Javascript 自动分配剪贴板。
有没有办法可以从 JS 合成 Flash 影片的点击?
我希望能够分配剪贴板,而无需与 Flash 影片交互,并且我希望将其保持为 1x1px 并放在一边。
Is there a workaround for the Flash 10 clipboard restriction that will only activate the clipboard if interacting with the flash movie? More info here: http://www.adobe.com/devnet/flashplayer/articles/fplayer10_uia_requirements.html This basically will stop you from automatically assigning the clipboard from Javascript.
Is there a way possibly to synthesize a click into the flash movie from JS?
I want to be able to assign the clipboard without having to interact with the flash movie and I want to keep it 1x1px and off to the side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不——恐怕不会。对此没有解决办法。
当从由 javascript 激活的 Flash 生成上传浏览器窗口时,我也在做同样的事情 - 我认为我没有找到解决方法。
我知道 Uber 很烂
Nope - afraid not. There is no work around for this.
I was doing the same thing when generating an upload browser window from flash activated by javascript - I don't think I ever found a work around.
Uber sucks I know
好吧,看来我的强迫症顽强得到了回报。我实际上找到了一个非常酷的解决方法
http://code.google.com/p/zeroclipboard/
Well, it looks like my OCD tenacity is paying off. I actually found a pretty cool workaround
http://code.google.com/p/zeroclipboard/