Hi to all !!!
I realllyy like simpleviewer. Everything seems to work perfect. But I have a problem. I'm adding a small gallery (300x300) and I want to include a link in each picture to other page of the same website. I tried changing the link in linkURL, but it doesn't work (no IE or Firefox). I tried in 2 different servers and it doesn't work. I tried to add the site to secure sites, but nothing happens. I can't make that any link work. It doesn't give me any error message. Do I have to change other file from gallery.xml? i copy this file down, just that i put google, just to try it works with something, but it doesn't. I made the pictures with Photoshop.
I hope someone can help me. :(
Thanks in advance.
GALLERY.XML
-------------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!-- OPTIONS SUPPORTED BY STANDARD SWF -->
<simpleviewergallery
title="SimpleViewer Gallery"
textColor="FFFFFF"
frameColor="FFFFFF"
thumbPosition="BOTTOM"
galleryStyle="COMPACT"
thumbColumns="3"
thumbRows="1"
showOpenButton="true"
showFullscreenButton="true"
frameWidth="0"
maxImageWidth="800"
maxImageHeight="800"
imagePath="images/"
thumbPath="thumbs/"
useFlickr="false"
flickrUserName=""
flickrTags=""
languageCode=""
languageList=""
>
<image imageURL="images/concept _63_.jpg" thumbURL="thumbs/concept _63_.jpg" linkURL="http://www.google.com" linkTarget="_self" >
<caption>concept _63_.jpg</caption>
</image>
<image imageURL="images/hands-grip-template.jpg" thumbURL="thumbs/hands-grip-template.jpg" linkURL="" linkTarget="" >
<caption>hands-grip-template.jpg</caption>
</image>
<image imageURL="images/s22_27.jpg" thumbURL="thumbs/s22_27.jpg" linkURL="" linkTarget="" >
<caption>s22_27.jpg</caption>
</image>
<image imageURL="images/Schimmelpilz_hongos en microscopio.jpg" thumbURL="thumbs/Schimmelpilz_hongos en microscopio.jpg" linkURL="" linkTarget="" >
<caption>Schimmelpilz_hongos en microscopio.jpg</caption>
</image>
</simpleviewergallery>
-------------------------------------------------------------------------------------------------------------------------------------------