The problem starts when I get to the point where I add my own pictures to the xml code.
I tried two methods…entering the path to my images while on my computer, and then uploading all files (including pic files) to my website and then trying to do there.
This is what the code looks like in the beginning:
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/structure.jpg</image>
<caption>Structure</caption>
</pic>
Then, this is how I modified it:
<pic>
<image>C:\Documents and Settings\HP_Administrator\Desktop\D415 PROJECTS\wordology.jpg</image>
<caption>Structure</caption>
</pic>
This is how I modified it when I uploaded everything to the site:
<pic>
<image>http://www.design415.com/constructionfolder/wordology.jpg</image>
<caption>Structure</caption>
</pic>
I have the flash file and the xml file in the same folder as the wordology jpg.
What happen is that the picture doesn’t show up and the “next” and “previous” button doesn’t work. Instead, I see the preloader bar. Has anyone gone through the XML Photogallery problem and encountered the same problem? I even changed the Flash Manager security settings so that the Internet could interact with my document.
Help! To further show what I mean please refer to the Flash XML Photogallery tutorial.