To Fresh!!
Posted 3 months ago
UPDATED
Revisions include:
Customizable strip that houses the image gallery name, image number, image title and a short image description. This strip can be positioned at the top or the bottom of the screen, or it can be turned off completely.
Please enjoy.
A dynamically positioning gallery, using XML , that zooms in and out of any amount of images within the gallery.
The following properties are dynamic:
Zoom in amount Original zoom out amount – set this value very small to fit a large number of images number of columns – have any amount of columns. the choice is yours column width row height white picture border bg color
left and right arrows scroll through your images when you are zoomed in
All the actionsript is commented. Originally download size is 28K.
Are you interested in buying this file, but are not a flashden member yet? Click Here
Posted 3 months ago
clarkdols. good catch. for all of those who bought this already it is a simple fix. if you want the text to be on the bottom, you will have to edit the following code…
stageListener.onResize = function() {
...
} else if (INFOPOS == “bottom”
{
text_mc._y = ORIG _H+((Stage.height-ORIG_H)/2)-(text_mc._height-1);
add the -(text_mc._height-1); to the end of the ._y equation.
I will upload a new version, but if you got an older one, i apologize. i hope you can make the edit yourself.
if you don’t want the gallery to be full screen, you have to simply change the size of the stage to what you want it to be, and then change those values in the xml. you will also have to edit the html so it doesn’t zoom to 100%.
Posted 3 months ago
I uploaded a revision with these changes and it is currently awaiting approval.
Posted 3 months ago
I purchased and downloaded the file Dynamic Zoom Gallery (XML) – Version 2. When I opened the file with winace I received several error messages. The file is corrupt. Please replace the file or refund my money. Date of purchase 3/19/2008
Terry Bailey
Posted 3 months ago
@Terry. i sent you a zip with the files. please follow up if you are still experiencing any difficulty.
Posted 3 months ago
Hi Mike,
I tried the new download site and the file is fine.
Thanks for your fast reply!
Terry
Posted 3 months ago
love this gallery. not seeing where/how to implement left/right scrolling arrows when zoomed in.
thanks for any help
Posted 3 months ago
left right scrolling arrows refers to the left and right arrow keys. you can use them to scroll through the images when you have zoomed in.
Posted 3 months ago
thanks for the quick clarification animike. I found it in the code and was able to assign the functionality to a couple of buttons I made.
again great gallery pdog
Posted 3 months ago
cool. i’d love to see what any of you have created using this file. ratings are welcom too.
Posted 3 months ago
still in development. select “special days” or “family matters” http://www.bozarts.com/sites/ACOVAsite/EricFerrar/index.html
just noticed I need to reposition mouse on buttons after each image scrolls into place ?!
ideas?
thanks pdog
Posted 3 months ago
How new images are added to the project? Are thumbnails used? In this case are automathically created? Thanx for the infos
Posted 3 months ago
@pdog – site looks good. not sure what you mean. shoot me an email.
@daddy – There is one folder with images. You have to update an xml file to tell it which pictures to load and in which order. The thumbnails are created dynamically from these same images as well.
Posted 3 months ago
Can it be loaded into another movie? if so, can it be positioned anywhere? for example, on the right upper corner?
Posted about 1 month ago
It is currently built to be centered to the stage. However, the accompanying HTML centers the flash movie completely in the browser. I have not tried to load it into another flash movie, although I am sure it could be done. I do not know what artifacts that may create.
Posted about 1 month ago
very nice,
A couple of quick questions. What happens if there are more images then will fit on the one screen (thumbnail view).
Can the location of the xml file change to a relative location to the swf. (example: If I had multiple image directories and only wanted to dynamically display the images a particular directory. Can I place a seperate xml for each directory)
thanks
Posted 28 days ago
hey ordinator. this file isn’t really set up for galleries. in order to do what you are looking to do, i would try loading in separate swf (zoom galleries) that use unique xml files. i know it is not the best solution, but i never set up galleries for this file.
re: too many thumbs… you can adjust how far out you zoom out in the beginning as well as the number of columns you’d like to have. so, you should be able to manipulate these dynamic number (in the xml) to fit everything you are looking for.
thanks for looking
Posted 27 days ago