# Image galary

**URL:** https://forum.kirupa.com/t/image-galary/10260
**Category:** Uncategorized
**Created:** [December 28, 2002, 3:22am UTC](https://forum.kirupa.com/t/image-galary/10260 "2002-12-28T03:22:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jazzman121](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jazzman121/32/127_2.png) [@jazzman121](https://forum.kirupa.com/u/jazzman121)
#### Post date: [December 28, 2002, 3:22am UTC](https://forum.kirupa.com/t/image-galary/10260/1 "2002-12-28T03:22:49Z")

</div>

wats the best way to make an image galary… in flash mx? using action script… … in flash…my webserver hasnt given me a database… soo is there anyway of doing it without using a database? …

---

<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: [December 28, 2002, 3:44am UTC](https://forum.kirupa.com/t/image-galary/10260/2 "2002-12-28T03:44:02Z")

</div>

serverside scripting?

you can just throw images in a folder and if you have any kind of serverside scripting options, use that to read the contents of the director into loadable varaibles by flash which can then load the images via loadmovie. If no ss scripting, you could manually make a textfile and load that in instead - or just always use the same image names and swap them out if you need to.

If you need a lot of information to be associated with the images, you might want to consider an xml file for organization. It depends on how flexible you need to be.

---

<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: [December 28, 2002, 12:49pm UTC](https://forum.kirupa.com/t/image-galary/10260/3 "2002-12-28T12:49:14Z")

</div>

dude thats awesome help… ill look into doing it using SS… thanks man

---

<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: [December 28, 2002, 2:52pm UTC](https://forum.kirupa.com/t/image-galary/10260/4 "2002-12-28T14:52:29Z")

</div>

ok heres a quick working example using php.  
[http://www.pixelworkshop.com/testbed/flashimagegrab/imagegallery.html](http://www.pixelworkshop.com/testbed/flashimagegrab/imagegallery.html)  
… and I know they arent actual bands and skiing pictures, just some kooky webcam pictures of some guy but whatcha gonan do 🙂

let me know if you have any questions

files in attachment.
