PDA

View Full Version : Loading images


arrakis
05-08-2008, 07:27 PM
I'm loading big bitmaps from the library to different movie clips, one per each, using as3 to smooth them as well, creating a slideshow with them, but the file size is still big (500 Kb). There is some way to make it lighter?, maybe using external files?

The problem I had with the external, is that I can not make them smooth.

Thanks.

tarafenton
05-08-2008, 08:28 PM
You can def load them externally. I just did something similar. The images still looked jagged until uploaded it and was viewing it online.

Hope that helps