When creating a new mocieclip with 36 images of 108kb each at iPad, and manipulating it to next and previous frame, I’m getting Low Memory.
The screen opens and close in 1 sec.
How big are the images? they decompress on the device so if they are fullscreen, you will mostlikely run out of mem. [import]uid: 5712 topic_id: 3112 reply_id: 9105[/import]
I presume the image is scaled up on the iPad when loaded, so the interpolated image will take up as much memory as would a full-res iPad image. [import]uid: 3953 topic_id: 3112 reply_id: 9316[/import]
When you say “100 Kb”, do you refer to the file size of each image? If so, this only represents the size of the image… as a compressed file (such as Jpeg or PNG), not the size of the image in memory.
The image in memory is way larger: 2,3 Mb for a resolution of 1024 x 768 pixels (8 bits).
So 36 images actually take more than 84 Mb when loaded, which is quite a lot…
Don’t forget the iPhone 4 has twice the Ram of the iPad (512 vs 256 Mb).
I actually had to take out movieclip out of my own app to get it approved. It kept crashing on the iPad and lower devices. Apple mistakenly approved an earlier version and I kept getting bad reviews due to crashing.
Using the iPhone 4 as a testing device is not recommended if you want to avoid bad reviews. [import]uid: 11024 topic_id: 3112 reply_id: 27405[/import]