Hi, my last message was lame, so i have revised it. hopefully someone can help.:be:
My jpegs dont appear in the xml and flash photo gallery, due to the path from the xml to my image folder on my web space, i think? as the other dynamic elements work ie the captions.
basically my xml file is corrrect, i think (downloaded from kirupa), modified to the path of my images folder.
The fla. file i downloaded works also.
Here is my xml file, with the links to my images folder which is in public_html
for the site www.wallofdeath.uk.com.
Are the links correct? why else would this not be working?
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>http://www.wallofdeath.uk.com/images/image1.jpg</image>
<caption>wall of death</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image2.jpg</image>
<caption>Media Lab</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image3.jpg</image>
<caption>wall of death</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image4.jpg</image>
<caption>wall of death</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image5.jpg</image>
<caption>Construction</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image6.jpg</image>
<caption>The Dome</caption>
</pic>
<pic>
<image>http://www.wallofdeath.uk.com/images/image7.jpg</image>
<caption>Structure</caption>
</pic>
</images>
The kirupa file looks like this:
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>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</image>
<caption>Media Lab</caption>
</pic>
<pic>
<image>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</image>
<caption>Stata Lobby</caption>
</pic>
<pic>
<image>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</image>
<caption>The Dome</caption>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/structure.jpg</image>
<caption>Structure</caption>
</pic>
</images>