Flash Packager for iPhone: Possible to use Core-Data or other database?
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.
精彩评论