Topic: Problem with image path
I have earlyer jused a old version of simpleviewer (not pro) but now I have upgraded to the latest version and pro.
I have to get myt pictures path from a Access database, so i have made a dynamic xml file - so far so good.
My problem is the path to the pictures.
In the earlyer version i get the picture like this:
In the top of the page in "<simpleviewergallery>" I have this:
imagePath="billeder/"
thumbPath="billeder/"
And then each pictures line look like this:
<image><filename><%=rs("mappe")%>/prevs/<%=rs("prev")%></filename></image>
But its only load the large picture not the thumbnail
In the new version, the xml settings looks like this:
<image imageurl="/<%=rs("mappe")%>/prevs/<%=rs("prev")%>" thumburl="/<%=rs("mappe")%>/thumbs/<%=rs("thumb")%>" linkurl="" linktarget="" ></image>
The strages is, that if I juse <filename> my pictures works perfect, but with imageurl and thumurl I only get a cross and now images..
Can someone help me with this problem?