使用 Flash / Air 应用程序进行文件夹和文件操作

发布于 2024-11-07 02:21:03 字数 273 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若有似无的小暗淡 2024-11-14 02:21:03

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文