Is it possible to display the thumbs vertically ?
ly = 250; //_y position of zoomed clip.
lx = 250; //_x position of zoomed clip.
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
Hey bronwens. Here is what you need to do to change the x position.
If you go to line 110 you’ll see this;t1 = new Tween (clip, "_x", Regular.easeOut, clip._x, (rul._width - clip.w)/2, 1, true);The part you need to focus on specifically is this;
(rul._width - clip.w)/2,this is the part of the code that sets the x position. Right now it’s telling the pic to center itself. Change that part to whatever you want the x to be. For example, this is how the entire line should look if you wanted to have the pics x be 100;
t1 = new Tween (clip, "_x", Regular.easeOut, clip._x, 100, 1, true);
You can basically delete the line on 110 and copy in the line above then change the 100 to whatever you want it.
Let me know how it goes. You can send me an email through my profile if you want as well (I’ll probably get your message faster that way)
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
BTW , I didn’t respond matheo’s question because we talked through email, but in case anyone else is wondering I have a vertical version of the gallery.
Hi
Great gallery is it possible to make the display size of the thumbnails larger? Also can you change the background colour of the gallery?
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
Yes and yes.
To change the background color just change it the way you’d change it in any file.
To change the size of the thumbnails you just change one variable. When you open the actionscript panel there will be 3 variable right at the top, it will look exactly like this;
ly = 150; //_y position of zoomed clip. thw = 90; //height of thumbnails. width will scale accordingly. spa = 5; //width of spacing between thumbs
it’s pretty self explanitory. Changing the value ly changes where the zoomed clip shows up. Changing the value of thw changes the size of the thumbnails and changing the value of spa adjusts the padding between the thumbnails.
Does anyone know a way I can hyperlink the large image to a url?
Does anyone know how to make the large image click hyperlink to download the image? Please anyone?
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
Every image is a duplicate of one MC. To add any functionality drag the original picHolder MC on to the stage and make whatever mods you need to it.
Fantastic !!!!!!!!
would like thbe vertical thumb version for perfection
thank you
Fantastic !!!!!!!!
would like thbe vertical thumb version for perfection
thank you
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
jezamx, send me an email so I can get it to you.
I know this may be a strange question, but thought you may have some ideas. I just bought the gallery. It’s awesome, by the way. I have a VERY SMALL .fla file that I’ve put it in. I have quite a bit of pictures, around 60, however they are not big pictures, and it takes forever to load the thumbs. My server is completely clean, other than the images,the xml, swf, index.html, and I’ve reduced the image sizes dramatically. Can you think of anything within the file/script that I may be able to do to speed up loading time?
Just a thought… thanks. wade
Also, is this unlimited amount of images? Mine keeps locking up at 33? Checked xml linkage and everything….argh…
nevermind. I got it. Love it!
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
wdub28;
sorry I didn’t catch your comment earlier. If you need any help in the future shoot me an email and I’ll be able to get back to you quicker.
I like it!
Thanks for helping me out so much on this file!!!
HELP ! There is a BUG in this gallery. It is always 1 image less in the LOADING BAR . Help!
number of images loading is always +1 to the actual number of images!
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Canada
Can you send me a copy of your XML file? I don’t need any pics, just the file.

62 Purchases
20 Comments