How do I use absolute addresses (URL’s) in the XML file for image and thumb locations?
My html, SWF and XML are located on Server 1 and the XML is pointing to Server 2 for the image and thumb files. Everything is working fine except no thumbs or images are displayed.
Example XML
<explorer label="Photo Gallery">
<dir label="Folder 1">
<file label="WinterFest 2008 Buddies" src="http://www.Server2.com/images/1.jpg" thumb="http://www.Server2.com/thumbs/1.jpg">
<![CDATA[Description goes here.]]>
</file>
</dir>
</explorer>
Can you please respond with a suggestion. Thanks.























































































