Topic: imageData.aspx ..... what am I doing wrong??
Trying to set up imageData.aspx but I just get the following when it runs.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
−
<SIMPLEVIEWER_DATA maxImageDimension="480" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="4" navPosition="right" navDirection="LTR" title="" imagePath="images/" thumbPath="thumbs/">
−
<IMAGE>
<NAME>03.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>04.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>05.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>06.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>07.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>tall.jpg</NAME>
</IMAGE>
−
<IMAGE>
<NAME>wide.jpg</NAME>
</IMAGE>
</SIMPLEVIEWER_DATA>
Could I have the file paths wrong? I have the script in the same folder with the "images" folder.. the path is
Dim imgPath as String = "images/"
Dim thumbPath as String = "thumbs/"
I edited the file permission and the code where it is specified...
Anyone have any ideas?