Is there any way to use a Full URL path for the "source" in the xml file. I've have tried it and it does not work. The relative path works fine, but my images are stored on another website.
See xml code below. The first relative path address will work, but the second one with the full url address "http://www.acuitybrandslighting.com/Library/ll/images/Application/1266_Large.jpg" will not. Any suggestions?
Thanks
<?xml version="1.0" encoding="utf-8"?>
<images>
<image source="images/image1.jpg" title="First" description="1 Description" link="http://www.flashotaku.com/" tooltip="Series 1"/>
<image source="http://www.acuitybrandslighting.com/Library/ll/images/Application/1266_Large.jpg" title="Second" description="2 Description" link="http://www.flashotaku.com/" tooltip="Series 2"/>
</images>
