开发者

Flash Packager for iPhone: Possible to use Core-Data or other database?

开发者 https://www.devze.com 2023-01-31 11:58 出处:网络
I\'m wondering if the flash packager for iPhone allows you to somehow save data in some kind of database maybe using Core Data or any other form?

I'm wondering if the flash packager for iPhone allows you to somehow save data in some kind of database maybe using Core Data or any other form?

If it just allows you to export some kind 开发者_如何学Goof actionscript based game but doesn't allow for saving data that'd be kinda weak I'd assume so they must have a way (?).


You can use SharedObject, it works fine. It corresponds to NSKeyedArchiver for iPhone.

0

精彩评论

暂无评论...
验证码 换一张
取 消