.
overview
features
samples
help & support
downloads
buy now

Awaiting 3 votes.
Posted by : cowman345 on 11/10/2007 17648 pageviews, 48 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0

PhotoGal 1.1 is a fully-featured, drag-and-droppable, customizable, resizable, XML-configured photo gallery for your Flash project with support for an unlimited number of photos and thumbnails -- easily updated via editing config.xml (included, naturally) -- and support for photo captions.

Includes many customizable features accessible through well-commented ActionScript: photo borders (and colors), thumbnail borders (and colors), background color, caption font size, and more!

Note that customization of gallery requires Flash 8 and just a little familiarity with using the program.



PhotoGal 1.0 XML driven photo gallery

1 2 Next »


Rogor Rogor
 
Has bought the file

Re: PhotoGal 1.1 XML driven photo gallery Posted on 06/24/2008

Your photogal has made me a hero. Thanks. I think someone else asked this but I missed the answer. Is a version available that loads SWFs? I'd pay double for that one. I think your fee is very reasonable for the quality of this gallery.
Rogor

dnexus dnexus
 
Has bought the file

Thumbs Posted on 06/01/2008

I am having some problems with the thumbnails. First, is it "thumb" or "thumbURL"? Your example XML says "thumb" but your Flash file seems to be looking for "thumbURL"? Either way, I am not able to load any thumbs, be it under "thumb" or "thumbURL", be it gif or swf. Do you support swf, by the way?

I didn't notice it before because the thumb and the preview were basically the same but now that they're different, I'm getting the preview images in the thumbs. What can it be? HELP!

Re: PhotoGal 1.1 XML driven photo gallery Posted on 04/25/2008

Thanks for the kind words! I'm happy to hear you got it all working well :mrgreen:

dnexus dnexus
 
Has bought the file

Thank you SO MUCH! Posted on 04/25/2008

Your instructions, like your code, were very clear and so right on. Thank you. You have no idea how sloppy the other guys are. Not to mention their lack of response. I got it all working very quickly. I've figured out the array thing by copying your code and looking up help! THANKS!

Hey everyone: I can't recommend this guys' stuff enough. Most of the other guys will give you half-assed answers (or none) and messy scripts. Cowman's really good at this.

Re: PhotoGal 1.1 XML driven photo gallery Posted on 04/23/2008

Well, the vertical position of the thumbs is easy. It's set during a tween found on line 167:

showThumbs = function(){
thumbsOn = true;
var tHide:Tween = new Tween(ThumbScroller, "_y", Normal.easeOut, ThumbScroller._y, galleryHeight-20-
maxThumbHeight, .3, true);
var tFade:Tween = new Tween(ThumbScroller, "_alpha", Normal.easeIn, ThumbScroller._alpha, 100, .3, true);
}


The variable that determines height of thumbs is "galleryHeight-20-maxThumbHeight" simply change the 20 to whatever value works to adjust its position.

As far as adding a getURL for each large image, well that's a bit tougher. I can give you some hints...

line 278 is where you want to add a getURL function for each photo...

currentPhoto.onRelease = function(){

//ADD YOUR FUNCTION HERE (i.e. getURL(http://www.google.com) or whatever)

}

The portion of code dealing with importing XML is found on line 531 - you'd have to add an array to hold the values of the photos' URL pointers - just as I have for photoThumbs, photoCaps, and photoURLs. Then you can reference the array above in line 278.

Let me know if you need more help <img src=" title="Very Happy" />

featured componentsfeatured components