Open GoogleCodeExporter opened 9 years ago
imageData.hash or imageData.name can be used to store the unique photo id
('unique_image_identifier') which can be passed to a javascript function that
connects to the database and querys it.
All you need to do is put you function here.
gotoImage: function(imageData){
..... myfunction(imageData.hash){}
}
Found out after looking properly at the galleriffic.js file properly.
Note: you must state name="" attribute or the hash values will be set to some
default values.
Just want to say Galleriffic is indeed a great project. weldone.God bless
Original comment by nanna...@gmail.com
on 7 Apr 2010 at 12:38
Hi Nannabar,
I want to use my custom links instead of the flickr links.
I have all the image links in a array and the array size can be dynamic
depending on
the image count.
As of now I have hard coded some 5 links in the array.
Can you please help me out.
Thanks,
Manoj
Original comment by agrawal....@gmail.com
on 25 May 2010 at 9:27
Original issue reported on code.google.com by
nanna...@gmail.com
on 6 Apr 2010 at 2:23