# Help on photo gallery!

**URL:** https://forum.kirupa.com/t/help-on-photo-gallery/220903
**Category:** Uncategorized
**Created:** [March 30, 2007, 8:52am UTC](https://forum.kirupa.com/t/help-on-photo-gallery/220903 "2007-03-30T08:52:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xln](https://avatars.discourse-cdn.com/v4/letter/x/c5a1d2/32.png) [@xln](https://forum.kirupa.com/u/xln)
#### Post date: [March 30, 2007, 8:52am UTC](https://forum.kirupa.com/t/help-on-photo-gallery/220903/1 "2007-03-30T08:52:31Z")

</div>

i followed the instruction in [http://www.kirupa.com/developer/mx2004/xml\_flash\_photogallery3.htm](http://www.kirupa.com/developer/mx2004/xml_flash_photogallery3.htm)

[COLOR=red] **but when i want to replace the images with my images, it cant work. i tried to insert a photo in the same folder where i saved the swf. how do i replace the code under \<image\> ? pls help…** [/COLOR]

**this is the orginal xml code:**

\<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?\>  
\<images\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/kresge.jpg](http://www.kirupa.com/developer/mx2004/pg/kresge.jpg)\</image\>  
\<caption\>Kresge\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/medialab.jpg](http://www.kirupa.com/developer/mx2004/pg/medialab.jpg)\</image\>  
\<caption\>Media Lab\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/stata.jpg](http://www.kirupa.com/developer/mx2004/pg/stata.jpg)\</image\>  
\<caption\>Stata Center\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/stata\_lobby.jpg](http://www.kirupa.com/developer/mx2004/pg/stata_lobby.jpg)\</image\>  
\<caption\>Stata Lobby\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/construction.jpg](http://www.kirupa.com/developer/mx2004/pg/construction.jpg)\</image\>  
\<caption\>Construction\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/dome.jpg](http://www.kirupa.com/developer/mx2004/pg/dome.jpg)\</image\>  
\<caption\>The Dome\</caption\>  
\</pic\>  
\<pic\>  
\<image\>[http://www.kirupa.com/developer/mx2004/pg/structure.jpg](http://www.kirupa.com/developer/mx2004/pg/structure.jpg)\</image\>  
\<caption\>Structure\</caption\>  
\</pic\>  
\</images\>
