使用 Flash / Air 应用程序进行文件夹和文件操作
我是 Flash 编程的新手,想知道是否 Flash / Air 应用程序的可能性足以完成我的任务。
我需要一种访问(更改/修改/删除)用户文件和文件夹的方法 来自远程站点上托管的应用程序。 典型的使用场景如下:用户输入一些 html 页面,应用程序请求用户访问其文件系统的权限 并做出一些改变。
Flash 适合这个吗? - 嵌入 html 中的常规 Flash 是否可以访问用户文件系统? - AIR应用程序怎么样?
除了使用Java之外还有其他方法可以解决我的问题吗 小程序?
I am a newbie to Flash programming and would like to know whether
the possibilities of Flash / Air applications are enough for my task.
I need a way to access (change/modify/delete) user files and folders
from an application hosted on a remote site.
Typical usage scenario would be the following: user enters some html
page, application asks for user permission to access his file system
and makes some changes.
Is Flash good for this ?
-- does regular Flash embedded in html has access to a user file system ?
-- what about AIR application ?
Is there an other way to solve my problem other than using Java
applets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 无法访问用户文件,而 AIR 可以。但 AIR 应用程序需要收到浏览器中用户活动的通知。有多种方法可以做到这一点,例如 LocalConnection 类。
Flash has no access to user files, AIR does. But AIR app needs to be notified about user activity in browser. There are ways to do that, for example, LocalConnection class.