Topic: Go to specific image on gallery load (not 1st image in xml)
To recap:
Can I somehow jump/go to to a specific image when loading a gallery (ie, not the first in xml document)? By using some nifty variable or something.
- - - - - - - - -
My setup:
I have a site with 5 separate galleries and the 4 first only shows images (no thumbs, those are hidden). The 5th gallery is the opposite and only thumbs are shown. The idea is that the 5th gallery is an overview of all other galleries (and contains dublicates if all other gallery xml-data).
Let's say I load gallery5 and then click on a thumb. Then the correct image is shown, but I'm still in gallery 5. I'd like to jump to the gallery (any of 1-4 ) that contains that image as well.
I've managed to load a certain gallery when clicking gallery 5 thumb but I can't get around always showing first image.
Any ideas? Is there a variable to set that overrides the first image in xml-document to load?
Let's say I create a button that loads a specific gallery - Can I make it load on a specific image? Like, if I want to load gallery3 and not show first image i xml document, but instead the 3rd image.
Can I use any of these in some way?
mThumbArea.selectedThumbIndex = 2;
mCurrentImageIndex = 2;
mCurrentImageIndex = 2;
mIndex = 2;