AS3 - 定义共享对象大小
我想让用户选择将一些更大的数据保存在共享对象中。是否可以定义用户需要允许的大小? 我想将最小值设置为至少 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 SharedObject.flush()采用
minDiskSpace:int
参数。Yes. SharedObject.flush() takes a
minDiskSpace:int
parameter.