If I modify the slideshow height to be taller than 240px, the thumbnails don’t display and all I see is more background color. Is there a solution to this?
Posted 21 days ago
CUSTOMIZABLE DYNAMIC TRANSITION XML IMAGE GALLERY V2
you can use it for IMAGES and for SWF files as well
What you can customize via XML file:
LAYOUT :
IMAGES :
TRANSITIONS :
BUTTON STYLES :
You have three (3) BUTTON STYLES to choose from OR you can HIDE BUTTONS from being displayed
AUTO PLAY :
You have three (3) options for auto play
CAPTION :
You also have thee(3) options for image Caption
EXTERNAL LINK ON IMAGES :
HELP
Slide show comes with HELP file which explains how to use this slide show in your project. Code is very Well documented in FLA file line by line, which means you can even customize that if you want.
You might also be interested in:
Photo Galleries | Image Viewers | Slide Shows
Web Templates | Small Business Templates
CSS Based Templates
Other Flash Utilities
Click here to see more files by tabaheee | View Website
abacca:
Gallery load SWF files as well
Please read the description for more info.
Posted 22 days ago
If I modify the slideshow height to be taller than 240px, the thumbnails don’t display and all I see is more background color. Is there a solution to this?
Posted 21 days ago
happyinc ::
please refer to help file it explains everything. Remember you need to modify HEIGHT and WIDTH in 3 places.
1. FLA file stage size and republish the SWF file. 2. Height and width in HTML embed tag. 3. Height and Width in XML file.
Posted 11 days ago
LE-Creative ::
I can convert this gallery in AS 3 .0. for you. Send me an email so I can quote you.
Posted 8 days ago
when i try and change the link target to _self the file gets small and transitions disappear . is there any way you could send me an swf where it doesn’t open in a new window or tell me what i am am doing wrong during publishing
Posted 3 days ago
mandozza::
You can either set to open link in new window for all images or set to open in same window. But you can not specify target for one particular image.
Open the FLA file and on line 688. Where it says.
getURL(imgHref[imgCounter] ,”_blank”
;
modify it to
getURL(imgHref[imgCounter] ,”_self”
;
should work then as you requested.
Let me know if you have any trouble modifying the code.
Posted 2 days ago