如果最终用户授权,Flex swf 写入本地文件

发布于 2025-01-01 10:10:16 字数 603 浏览 2 评论 0原文

是否可以从 Flex swf 写入本地文件“example.txt”? FileStream 类在 Adob​​e AIR 中可用,不在 Flex 中。我想从 swf 写入,而不是 AIR 应用程序。

我正在开发一个信息亭类型的应用程序,它必须将用户交互数据记录到计算机上的文本文件中。

有执行此操作的代码示例吗?

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6167e-7fff.html#WS2db454920e96a9e51e63e3d11c0bf6167e-7ff9

Is it possible to write to a local file 'example.txt' from a Flex swf? FileStream class is available in Adobe AIR, not in Flex. I want to write to from a swf,not AIR application.

I am developing a kiosk type application which has to log user interaction data to a text file on the machine.

Is there a code example for doing this?

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6167e-7fff.html#WS2db454920e96a9e51e63e3d11c0bf6167e-7ff9

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

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

发布评论

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

评论(1

千仐 2025-01-08 10:10:16

You can use FileReference to save a file with user confirmation. You can also use FileReference to load a file specified by the user. Or, you can use a SharedObject to save information without a dialog.

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