Flash 剪贴板问题
我想创建一个类似于 imgur.com 的网站,可以轻松上传屏幕截图。因为我对Flash还不太了解,所以我想知道以下是否可行。
- 我可以使用嵌入到具有标准安全配置文件的网页中的 Flash 小程序来读取位图剪贴板数据吗?
- 如果 1. 可能的话,当我尝试将此剪贴板数据转换为图像文件(最好是 PNG)并通过 HTTP 上传时,我是否可能会遇到任何障碍?
我找到了以下页面,上面写着“仅限 AIR”。这是否意味着该类只能在用 Flash 开发的桌面应用程序中使用?还有其他方法吗?
livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/桌面/剪贴板.html
谢谢!
I'd like to create a site similar to imgur.com that allows easy screenshot uploading. Because I don't know much about Flash yet, I'd like to know if the following is possible.
- Can I read bitmap clipboard data with a Flash applet embedded into a web page with the standard security profile?
- If 1. is possible, am I likely to run into any roadblocks when I try to transform this clipboard data into an image file (preferably PNG) and upload it through HTTP?
I found the following page, and it reads "AIR only". Does that mean that this class can only be used in desktop applications developed in Flash? Are there any other ways?
livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/desktop/Clipboard.html
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果文档说“仅限 AIR”,它只能在桌面应用程序中使用。
and yes, if the docs say 'AIR only' it can only be used in desktop apps.