# Best way to do a photo gallery

**URL:** https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724
**Category:** Uncategorized
**Created:** [July 25, 2003, 6:10pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724 "2003-07-25T18:10:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![hotspott411](https://avatars.discourse-cdn.com/v4/letter/h/2acd7d/32.png) [@hotspott411](https://forum.kirupa.com/u/hotspott411)
#### Post date: [July 25, 2003, 6:10pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724/1 "2003-07-25T18:10:52Z")

</div>

i’m doing a flash webpage for a client that wants a large photo gallery (around 50-60 pics). He wants a thumbnail that when clicked will display the larger image. Now i’ve done this before, but the resulting swf was over 2 megs, way too big for dial up connections. What is the best way to include so many thumbnails and still keep the overall size of the project low? I’m using Flash MX and the larger images are loaded from the server using a javascript pop-up window, the code being embedded in the thumbnail button. Thanks!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 25, 2003, 7:55pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724/2 "2003-07-25T19:55:37Z")

</div>

sorry but there is no way to reduce the filesize except reducing the quality of images… if u want an idea, u can load the thumbnail images externally in the swf… this won’t reduce the filesize but more user friendly;)

e.s.x.s

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 25, 2003, 8:07pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724/3 "2003-07-25T20:07:21Z")

</div>

if by user friendly you mean load faster then show me the light!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 25, 2003, 8:19pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724/4 "2003-07-25T20:19:51Z")

</div>

i didn’t mean load faster… i mean users can see the main movie&thumbnails places with “loading please wait” massege;) if a thumbnail image loaded,users can see it at the same time…🙂 they don’t wait the loading of the whole movie…:s:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 25, 2003, 11:15pm UTC](https://forum.kirupa.com/t/best-way-to-do-a-photo-gallery/26724/5 "2003-07-25T23:15:26Z")

</div>

don’t include the jpgs in the movie - load them dynamically using loadMovie() AS function… search on the forum or in the K-tuts, this has been discussed a great number of times before… =)
