如何在 AS3 开发的 iPhone 应用程序中本地保存和使用文件?
在使用 adobe air 开发的 iPhone 应用程序中,我必须将一些文件(图像或 pdf)从网络永久保存到设备。 例如,对我来说很重要的是,当应用程序关闭或重新打开时,文件不会被删除。
我怎样才能做到这一点?
In a iPhone application developed with adobe air, I must save permanently from web to device some files (image or pdf).
For example for me is important that the files are not deleted when the app is closed or re-opened.
How I can do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以使用 applicationStorageDirectory。看看这里:
http://www.adobe.com/devnet/flash/articles/ saving_state_air_apps.html
这也可能有用:
http://halcyonsolutions.net/presos/08/airsql/080326-eSeminar -Adobe_AIR_Local_Data_Storage.pdf
For that you can use the applicationStorageDirectory. Take a look here:
http://www.adobe.com/devnet/flash/articles/saving_state_air_apps.html
This might be useful, as well:
http://halcyonsolutions.net/presos/08/airsql/080326-eSeminar-Adobe_AIR_Local_Data_Storage.pdf