Topic: flashvars.firstImageIndex out of range
Hi,
I have problem I coding direct linking to my images (without back-forward browser buttons)
Here is code:
flashvars.firstImageIndex = index;
flashvars.baseURL = "http://xxx/photos"+href+"/";
simpleviewer.ready(function () {
simpleviewer.load('sv-container', '100%', height+"px", "transparent", true, flashvars);
});
index is a variable grabbed from url. I have 20 images in gallery, when the index becomes 21 gallery isn't load. How to correct it and load gallery with flashvars.firstImageIndex = 0