Links from XML ??

admin

Administrator
Staff member
Hey ive been trying to get links to work from XML to web pages but i cant work it out. Here is my xml code:


<menuitems>
<item title="Figure Drawing">
<images directory="images1">
<imageNode jpegURL="img_0.jpg" thumbURL="tn_img_0.jpg" title="Image 0">Comments on image 0</imageNode>
<imageNode jpegURL="img_1.jpg" thumbURL="tn_img_1.jpg" title="Image 1">Comments on Image 1</imageNode>
</images>
</item>
</menuitems>


The link would go where it says Comments on Image 0 and Comments on Image 1 but i cant get it to work.
The xml file is used to load images into a gallery in flash and when u click the image the Comments will show and i want to add links but cant work out or find out how.
U can find the gallery im working with here:

<!-- m --><a class="postlink" href="http://www.flashcomponents.net/component.cfm?nav=2&id=173">http://www.flashcomponents.net/componen ... v=2&id=173</a><!-- m -->

Anyone got any Clues ??

Thanks in advance.
 
Back
Top