Skip to main content
Participant
October 30, 2012
Question

Gallery with 100 photos in iPad2

  • October 30, 2012
  • 3 replies
  • 565 views

every photo has 768x1024 (jpg, about 100kb), but are 100 photos

how is the best way to load that images images.

I am using Flash Builder.

Embed all photos ???

Save to file system and load from there??? (I try this, but the fps fall to 5,  when I load 1 image)

Save the images in the project (Package contents) and load from there? (How I do that ?)

This topic has been closed for replies.

3 replies

Legend
October 31, 2012

Why do you need to package the images at all?

That's a lot of media that people need to install along with your app and if you change a single photo, you will need to release an update.

Why not just load the images from a server as and when you need them?

G

Participant
October 31, 2012

Is a ADHOC app !!

Legend
October 31, 2012

Does that matter? Still a lot quicker to install a small app and download images on the fly.

G