Hi Guys,
I'm slowly discovering the power of xml with Flash. Should have used it sooner...
This is easy question I hope
If I want to refer an image link that is up one folder level and then back down into another folder, how would I do that.
I basically want to keep a series of xml data files in one folder, images in another folder and so on.
This is a snippet of my code refering to one of the image links.
code:
<images>
<thumb displayNum="5" separation="4">
<image>flashimages/image1.jpg</image>
<description>My description is here</description>
</thumb>
Cheers![]()




Reply With Quote