有没有关于使用 Flash CS4 在 Adob​​e AIR 中开发下载管理器的好的教程/示例?

发布于 2024-09-13 17:43:59 字数 221 浏览 6 评论 0原文

我想开发一个 AIR 应用程序,让我的网站用户在一个进程中下载多个文件。我的数据库存储用户上传的所有文件的详细信息,因此我希望他们能够简单地在本地磁盘上选择一个位置,然后下载他们上传到该位置的所有文件。

对于使用 Flash CS4 开发的简单而有效的 AIR 下载管理器,是否有任何好的教程或源代码示例。我遇到过一个基于 Flex 的教程,那么我该如何使用它在 Flash 中进行开发呢?

谢谢

I want to develop an AIR application that will let users of my website download multiple files in a single process. My database stores details of all the files uploaded by a user so I want them to be able to simply choose a location on local disk then download all files they have uploaded to this location.

Are there any good tutorials or source code examples for a simple yet effective AIR download manager developed using Flash CS4. I have come across a Flex based tutorial, so how would I go about using this to develop it in Flash?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

执着的年纪 2024-09-20 17:43:59

您只使用 Flash IDE 吗?您可以使用 Flex 创建一个 Actionscript 项目并通过 DocumentClass 将其链接到您的 .fla,这可能比在 Flash 中实际编码更舒服。当然,您可以使用 Flex 进行类似的设置,这样您就可以使用您的教程。

您可能需要检查 FileReference 类的文档:
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/< /a>

Are you only using the Flash IDE? You could use Flex to create an Actionscript project and link it to your .fla via the DocumentClass, it may be more comfortable than actually coding in Flash. Of course you can do a similar setup with Flex, this way you could use your tutorial.

You may want to check the doc for the FileReference class:
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/

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