Hi, i was wondering if anyone could help me.
I’ve just completed the “photo gallery using XML and Flash” tutorial, but i’ve managed to get stuck uploading my own images. The tutorial shows you how to place images from the internet into the gallery, but doesnt tell you source images from your own hard drive.
This is the XML code >
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>
<thumbnail>http://www.kirupa.com/developer/mx200/pg/kresge_sm.jpg</thumbnail>
</pic>
Can someone tell me how to do this please? (Im relatively new to this).
** I basically want to put the gallery on a CD so i can give it to someone, and i wanted to source images from the same folder as the actual gallery itself.