As the title says...I'm looking for a good flash gallery to place in my website.
I'd wanting something that'll:
easy to use
handle a large gallery
have sub-albums
admin controls
ability to pre-sort photos or move them around
load fast
I downloaded it, installed it and am working on porting over all my photos. I have a question for your flash experts though...the site owner over at slooz.com doesn't seem to answer questions often so I'll try asking here.
I integrated the slooz gallery into my site design and while doing so, it's cutting off some of the bottom right buttons in the gallery. I'm wondering if I can move the buttons to the left some to get it to fit inside the site design.
The problem is the gallery is designed at a certain width. It doesn't scale well unless you change some params in the file as noted in the documentation
Quote:
Size of Flash movie and posititions of interface elements
The default configuration of exposé defines the Flash movie as 900 pixels wide by 510 pixels high, which makes it suitable for images up to 400 pixels tall. You can change the movie size by opening expose.html in an HTML editor. Then change the width and height parameters in the object and embed elements.
After you resize the Flash movie, open config.xml which is located in the config subfolder inside the expose folder. This file contains several parameters for the vertical position of the main panel, the image, the image strip, etc. Edit their values to reposition these interface elements.
__________________
jeremy - gnomeontherun Educated questions often get educated answers, and simple questions often get simple answers.
The problem is the gallery is designed at a certain width. It doesn't scale well unless you change some params in the file as noted in the documentation
not sure what I'm looking for..never played with an .xml...can you advise?
Hm interesting. I would say use SWFObject, which is in my signature as a post called Embed Flash Properly to help. It might be hard to grasp, but you will have to take all of the params and FlashVars curently there and get them into the SWFObject style.
__________________
jeremy - gnomeontherun Educated questions often get educated answers, and simple questions often get simple answers.
Hm interesting. I would say use SWFObject, which is in my signature as a post called Embed Flash Properly to help. It might be hard to grasp, but you will have to take all of the params and FlashVars curently there and get them into the SWFObject style.
that's no big deal....I am however wondering if there's a way to sort the albums with the php album mananger? they don't answer questions often on the slooz forums..maybe someone here knows how to write that into the code.
my 1 album has 700+ photos and I really don't want to move my newly uploaded photos to the front of the album 1-by-1. =(
Each image is given a number, which you could use PHP or some other tool to resort the XML. However that would be beyond the scope of this thread.
There are other galleries, if you wish to search for them or buy them online.
know of any others off the top of your head worth looking at? I'm needing to have an album that has presorting features, which is the only thing I need from the slooz one.
There are many, but no I haven't really worked with many others since I usually make my own.
The sorting is not a big issue if you make or add something in PHP that sorts your xml file.
I found a simple class for sorting xml files into an array, and then you can sort using php array functions. Otherwise look at a few more galleries, as you have a little experience with one the next would be easier.
__________________
jeremy - gnomeontherun Educated questions often get educated answers, and simple questions often get simple answers.