AS3 - 定义共享对象大小

发布于 2024-11-18 10:00:25 字数 339 浏览 1 评论 0原文

我想让用户选择将一些更大的数据保存在共享对象中。是否可以定义用户需要允许的大小? 我想将最小值设置为至少 10 MB,以便为将来的使用留出一些额外的空间。

我说的是这个权限窗口:

http://www.flexdevelopers.com/b/uploaded_images/permission- 773954.png

I want to let the user save some bigger data in a shared object by choice. Is it possible to define the size the user needs to allow?
I'ld like to set the minimum to at least 10 MB to have some extra space for future usage.

I'm talking about this permission window:

http://www.flexdevelopers.com/b/uploaded_images/permission-773954.png

Thanks

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

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

发布评论

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

评论(1

双马尾 2024-11-25 10:00:25

是的。 SharedObject.flush()采用 minDiskSpace:int 参数。

Yes. SharedObject.flush() takes a minDiskSpace:int parameter.

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