Search  

CUSTOMIZABLE XML IMAGE GALLERY V2

HomeBrowse CategoriesFlashApplications and UtilitiesImage Viewerscustomizable xml image gallery v2

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 :

  • Slide Show width and Height
  • Border thickness, border colour (and even you can hide)
  • background colour
  • IMAGES :

    • you can add UNLIMITED IMAGES

    TRANSITIONS :

    • You have seven (7) transitions to choose from. You can attach your desire transition to the image you want. Just change attribute transition=”1” 2 and so on till 7

    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

    • Normal auto play with your selcted transitions
    • Auto play with RANDOM images and your selected transitions
    • Auto play with RANDOM imagess and RANDOM transitions

    CAPTION :

    You also have thee(3) options for image Caption

    • Show caption on Roll Over
    • Show caption fixed at the Bottom
    • and you can completely HIDE caption

    you can also HIDE SHOW play/pause BUTTON



    EXTERNAL LINK ON IMAGES :

    • Now you can attach href on Release on selected images as well ( exp: if you have 5 images and you want only image 3 not to be linked YOU CAN DO IT )

    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.



    Try Version 1, if you want galley without thumbs::

    20369

    You might also be interested in:

    Photo Galleries | Image Viewers | Slide Shows

    34231 34272 34138 34139 28783 23263 24124 26587 20366 20369 16437 15283 9571 15076 15762 22832 21315 23671 23516 22137 14566


    Web Templates | Small Business Templates

    38556 38379 38352 15618 27890 18133 18126 17803 17722 17245 17276


    CSS Based Templates

    37386 37385


    Other Flash Utilities

    32172 32059 27365 20297 20296



    Click here to see more files by tabaheee | View Website

    Posted 6 months ago

    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

    Do you have something like this in AS3 ?

    Posted 10 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