XML Photo Gallery Tutorial : Trying to apply URL links to the image that the xml source pulls in.
Ok the flash source i was able to update successfully. Cause when I click the image it is looking for the URL to go to but cannot find it. So I assume that I need to update the xml file.
Here is the xml source from the (The XML Photo Gallery Tutorial)
How do I add URL links to the xml source below.
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>http://www.northarc.com/images/gundam/Gundam.Model.GP03.Back.jpg</image>
<caption>Gundam</caption>
</pic>
<pic>
<image>http://www.northarc.com/images/gundam/Gundam.Model.GP03.Back.jpg</image>
<caption>GundAm</caption>
<description> Well here will be the description</description>
</pic>
<pic>
<image>http://bbnews.jp/archives/sou_pos.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>