I pray to god someone will answer… as I cannot figure it out…
I used kirupa’s thumbnail photo gallery scripting.
problem is, my thumbnails are not the same size and hence they do not load correctly with the existing code. anyone?!?!?:crying:
you can see what happens at www.graphimaze.com/deana.html
in the gallery the images don’t load correctly.
idealy i want it to look like the gallery here: www.avantgroup.com
function thumbnails_fn(k) {
thumbnail_mc.createEmptyMovieClip(“t”+k, thumbnail_mc.getNextHighestDepth());
tlistener = new Object();
tlistener.onLoadInit = function(target_mc) {
[SIZE=2][COLOR=DarkOliveGreen] [/COLOR][/SIZE][SIZE=2][COLOR=DarkOliveGreen] target_mc._x = hit_left._x+(target_mc._width+5)*k;[/COLOR][/SIZE]
target_mc.pictureValue = k;
target_mc.onRelease = function() {
p = this.pictureValue-1;
nextImage();
etc.etc…