使用 FileReference 在 Flash Projector 中保存本地文件?

发布于 2024-10-03 01:26:36 字数 80 浏览 5 评论 0原文

我正在制作一个 Flash 投影仪,它将以 CD 形式分发。我想让人们从 CD 上复制文件。这可能吗?我应该使用 FileReference 吗?

I'm making a Flash projector which will be distributed on CD. I want to allow people to copy files off of the CD. Is this possible? Should I be using FileReference?

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

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

发布评论

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

评论(1

晨曦÷微暖 2024-10-10 01:26:36

如果您的目标是 Flash Player 10(公共设置 [Ctrl+Alt+F2] -> Flash -> Player),则可以使用 FileReference.save() 方法。

旧方法是将其上传到服务器并使用 FileReference.download(),但不再需要这样做(除非您需要 FP9 兼容性)。

这是有关如何使用它的快速简单的教程:
http://blog.everythingflex.com/2008/ 10/01/filereferencesave-in-flash-player-10/

If you target Flash Player 10 (Public Settings [Ctrl+Alt+F2] -> Flash -> Player), you can use the FileReference.save() method.

The old method was to upload it to a server and use FileReference.download(), but this is not needed anymore (unless you need FP9 compability).

Here's a quick and simple tutorial on how to use it:
http://blog.everythingflex.com/2008/10/01/filereferencesave-in-flash-player-10/

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