How to make a save state in the Flash iphone ios xml file?
Hi, I'm looking for a way of pausing an ipad app, when you press the home button. So if you leave the app, you can come back to
the place you were at.
Is there a toggle from within flash CS5.5 that does this? If not is there some AS3 code I can put into my first frame?
I've seen the code below on a recent post, so I though I'd insert it near the bottom of the XML file. But whenever I modify this and
republish the FLA, it comes up with errors.
I'd like a reverse of this code below - instead of exit, pause. and also need to know where exactly to put it?
"When a user switches away from an AIR application it enters the background and pauses. If you want your application to exit completely instead of pausing, set the UIApplicationExitsOnSuspend property to YES"
<key>UIApplicationExitsOnSuspend</key>
<string>NO</string>
Anyone got a simple solution for this? Thanks!
