Well, you could always try the absolute path, as indicated here (on the index page):
Code:
/// path to the content folder(where the xml files, images or video are nested)
/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
flashvars.pathToFiles = "images/";
But before I tried that, I'd try:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- slideShowTime - if set to 0, there is no autoslide -->
<banner width = "700" height = "300"
startWith="1"
backgroundColor="0xffffff"
backgroundTransparency="100"
barHeight="20">
<item>
<path>roof1.jpg</path>
<url>#</url>
<target>_blank</target>
<bar_color>0xcd0a10</bar_color>
<bar_transparency>70</bar_transparency>
<slideShowTime>3</slideShowTime> </item>
</banner>
Bookmarks