ActiveDen

Flying thumb XML gallery

  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
matheo2005 says

Is it possible to display the thumbs vertically ?

5 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
bronwens says
Purchased
Hi, I just purchased this xml gallery and I’m having one problem. Once the thumbnail is clicked, the full size image keeps appearing at the same height. I’ve changed it’s “y” position but I’d like to change it’s “x” position. I’m a code dummy but I thought I’d try this below the “y” location in the code but it didn’t move the full size image anywhere. Can you help me, please? Thank you.

ly = 250; //_y position of zoomed clip.
lx = 250; //_x position of zoomed clip.

5 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

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)

5 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

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.

5 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
utopia says

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?

5 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

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.

5 years ago
  • Has been a member for 5-6 years
  • Bought between 10 and 49 items
pwidner says
Purchased

Does anyone know a way I can hyperlink the large image to a url?

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
soniczone says
Purchased

Does anyone know how to make the large image click hyperlink to download the image? Please anyone?

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

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.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
jezamx says
Purchased

Fantastic !!!!!!!!

would like thbe vertical thumb version for perfection

thank you

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
jezamx says
Purchased

Fantastic !!!!!!!!

would like thbe vertical thumb version for perfection

thank you

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

jezamx, send me an email so I can get it to you.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
wdub28 says
Purchased

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

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
wdub28 says
Purchased

Also, is this unlimited amount of images? Mine keeps locking up at 33? Checked xml linkage and everything….argh…

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
wdub28 says
Purchased

nevermind. I got it. Love it!

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

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.

4 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 10 and 49 items
gametitan says
Purchased

I like it!

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 10 and 49 items
gametitan says
Purchased

Thanks for helping me out so much on this file!!!

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 10 and 49 items
gametitan says
Purchased

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!

3 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Canada
geoken says
Author

Can you send me a copy of your XML file? I don’t need any pics, just the file.

3 years ago

by
by
by
by
by