Home / Components / Galleries & Slideshows / XML Image Gallery ( & Scroller Menu / Banner / Slideshow ) AS2 - 01 /

XML Image Gallery ( & Scroller Menu...

665 purchases

Flashtuning Galleries & Slideshows XML Image Gallery ( & Scroller Menu / Banner / Slideshow ) AS2 - 01 Fading XML Image Scroller Gallery & Menu & Banner Rotator & Slideshow with autoPlay, previous, next buttons and scrollable text description box ( AS2 version ). $6 http://www.flashcomponents.net/component/xml_image_gallery_scroller_menu_banner_slideshow/comments/page/4.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/1628_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]

> View graphic table with full license features

$6.00

buy now

Package includes: FLA, SWF, HTML, XML, JS, ( source code )

Flash Version: Flash 8, Flash CS3, Flash CS4, Flash CS5, ( and above )

Documentation level: Well documented

Flash knowledge level: Basic

Action Script: ActionScript 2.0

Product ID:F0901628

Author:

Flashtuning

Flashtuning avatar

Cover Flow | Banner Rotator | Accordion Gallery | Image Scroller | 3D Carousel | MP3 Player ...

 

Fading XML Image Scroller Gallery & Menu & Banner Rotator & Slideshow with scrollbar component, autoPlay, previous, next buttons and scrollable text description box

Check also jQuery Mini Image Gallery !


Key Features:

* Easy to use XML file for images / titles / descriptions and links
* Scroll Bar component support for the text description box and image menu
* Use roll over scroll for the image menu or scroll bar component
* Multiple big images / banners support, you can use SWFs and/or image files
* Big images / banners width / height adjustable from XML
* AutoPlay / Previous / Next with timer and adjustable focus symbol
* Time period adjustable from the XML file (in seconds)
* Menu thumbnails and visible area size adjustable from XML
* Image titles, mirror and roll over coloring support
* Highly customizable skins and HTML / CSS driven description text box
* Set URL links when pressing individual banners in the XML file
* Optionally set the XML file path in HTML using FlashVars
* Center SWF in HTML activation option

Opens with Flash 8 or higher. Quick start readme file and comments in the code included in the package.

X-Treme Dock Gallery


Check the general Tips & Tricks page regarding all FT products.

Check other great FlashTuning.net products such as XML Menus, XML Banner Rotators, XML Galleries & Slideshows, Video Lists & FLV Players, HTML News Readers by clicking the image below:

This product is included in ALL FILES PACKAGE:

$6.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by Flashtuning:

Responsive HTML5 Video Background

Easily include a modern responsive video backgr...[+]

More >>

X-Treme 3D Carousel Menu XML AS2 & AS3

The most advanced 3D Carousel Image Menu XML ap...[+]

More >>

XML Sliding Menu AS2

Download highly customizable XML driven sliding...[+]

More >>

Related components:

Fullscreen Advanced Images Gallery v2

Fully resizable and customizable images banner ...[+]

More >>

Thumbnail Banner Rotator 01

This is a simple ad banner image rotator that u...[+]

More >>

 HTML Video Gallery AS2 (  & FLV Player )

HTML / CSS driven Video Gallery for Flash 8, F...[+]

More >>

1 / 17

Featured components:

3D Image Zoom Menu XML AS2

Download 3D XML driven menu with perspective ,d...[+]

More >>

Advanced Events Calendar

Perfect dynamic event calendar , XML driven. It...[+]

More >>

HTML / XML News List AS2

Highly customizable HTML / XML driven news list...[+]

More >>

156 comments

Add comment

1 2 3 4 5 6 7 8

  • The AS2 and AS3 version are the same functionality, the only difference is the ActionScript version used and the Flash version, check the technical details.



    #  /  PM  /  posted on Aug 18, 2009
  • Thanks again for the quick response. I added two lines of code and added a height and variable to the XML file. All photos are now dynamically sized.



    #  /  PM  /  posted on Aug 18, 2009
  • Hi,


    We’re glad you’ve figured it out a quick solution.


    FT



    #  /  PM  /  posted on Aug 18, 2009
  • NEW!


    Check the Advanced Image Gallery XML



    #  /  PM  /  posted on Sep 02, 2009
  • Hi , I was trying to make the Description appear always not only on roll over! any useful ideas on how to do so? and one more question, How to decrease the Thickness of the Thumbnail white Border?


    Thanks in advance :-)



    #  /  PM  /  posted on Sep 17, 2009
  • Hi,


    The always show description feature is not included in this product version. If you want to modify the file yourself to have the description always displayed you need to:


    1) edit the buttonsScrollingMenu clip and go to initAutoPlayEngine() and comment both mageBox[“p0”].contentDescriptionBox._alpha = 0; lines at the bottom


    2) look also for initContent(mc) method and comment the first two lines


    3) edit the bigImageBox clip / go to the ReadMe layer and look for addRollOverHandler() and addRollOutHandler() methods and comment the code inside


    For border look inside the config.xml file for this line:


    <object param="focusRectBorder" value="5" /> 
    


    FT



    #  /  PM  /  posted on Sep 17, 2009
  • I have everything working in the XML Image Gallery but would like to dynamically generate the XML information through a PHP script rather than generate the actual XML file from a PHP script to avoid problems when multiple users display different images.

    Looking at your General Tips and Tricks tutorial, I've got question 7 ( FlashVars to specify a different XML) working but am having some issues with question 8 (specify a server side script such as PhP). Do you happen to have a more detailed example of this or perhaps a better example of what one of the true variable names sent from the html file (?var=var1) and what the PHP script file output should look like?

    Thanks . . .



    #  /  PM  /  posted on Sep 23, 2009
  • Hi,


    The output need to be a correctly formatted xml string ( you can test this by calling your script in a browser ) having the same tags and attributes as within the xml configuration file.


    FT



    #  /  PM  /  posted on Sep 23, 2009
  • OK, thanks. I've got the PHP output to look identical to the XML file. Now when I run the html file, the swf file shows up but not yet properly populated. When I define the FlashVars in HTML where I specify my PHP file, would it look like: xmlfile=myphpfile.php?useAutoPlay=useAutoPlay%26autoPlayDelay=autoPlayDelay etc?



    #  /  PM  /  posted on Sep 23, 2009
  • Hi,


    Use absolute paths instead relative and is not necessary to use those query string variables unless you have other particular variables you want to use in your script, basically the script call looks like this:


    xmlfile=http://www.yourdomain.com/yourscript.php


    FT



    #  /  PM  /  posted on Sep 24, 2009
  • That worked. Thanks again for your help!



    #  /  PM  /  posted on Sep 24, 2009
  • One more question: Currently all images are downloaded prior to the first image being displayed. This can be very time consuming for many images. It looks like all images are downloaded in parallel rather than individually. The first image is not displayed until all bytes of all images have been downloaded. Any way to download images in full one at a time and then display the first image after enough images have been downloaded to fill the initial thumbnails displayed and download the remaining images in the background?



    #  /  PM  /  posted on Sep 26, 2009
  • Hi FT and thanks again for the great gallery and support.
    I’ve added a circle animation to the pause button to “tell” users that autoplay is resuming as otherwise, after they click the play button to resume the slideshow, nothing appears to happen. This works okay but I’d rather call the “next” button code from the play button (as well as its resume function) as this would be preferable to the above solution. Would this be possible?


    Anyway, have also changed the button graphics and demoed the gallery here (this won’t be it’s final URL):


    http://www.lubbdupp.com/ctl/gallery/gallery.html


    However, despite everything working perfectly locally, the link above never manages to load all the images and thumbs. I’ve optimised all the images as much as is reasonable and have a 20Mbit connection so shouldn’t be a bandwidth issue. Any ideas much appreciated as unless the images show up this is a bit of a showstopper from my client’s perspective.
    Thanks again.



    #  /  PM  /  posted on Sep 28, 2009
  • @yboe:


    This product version works that way. If you want that functionality and much more you can purchase the Advanced Gallery XML ( you have the link in the product description ).




    #  /  PM  /  posted on Sep 29, 2009
  • @paul.gilbert:


    Everything is possible but you need to edit the .fla file in Flash and make some custom changes to the buttons code to fit that play / next button functionality.


    You can do so by editing the buttonScrollingMenu clip / ReadMe layer and look for the buttons code.


    Check also question 12 from the tips & tricks area.


    Also you can upgrade to a more advanced and more features product version -> Advanced Image Gallery for $9 by going to Buy Now area of the product page you’ll see the upgrade option.


    Best regards,
    Flashtuning



    #  /  PM  /  posted on Sep 29, 2009
  • OK, thank you. I looked at the Advanced Image Gallery and while it is nice, it does not appear to be browser friendly. At times, no images are displayed and all that is seen is a white window. When using the Google browser, after clearing the cache and restarting the program things work OK but if you cycle through the images quicker than the display, only blank images appear. Also, it appears that the advanced version does not do any pre-loading of the images at all. The pre-loader appears for each image while cycling through the gallery initially and then appears for a shorter duration during the next round because they’ve been cached previously.



    #  /  PM  /  posted on Sep 29, 2009
  • The AS3 version appears to work fine with no blank images. Appears to have the same pre-load issue. Can I upgrade to the Advanced Image Gallery 3,0 from 2.0 for $9.00?



    #  /  PM  /  posted on Sep 29, 2009
  • @yboe:


    It works just fine with Mozilla and IE, don’t know what to say about google browser since I’m not using this but generally this is a Flash Player issue in that browser and not the application itself ( so you can check first if you have the latest Flash Player update for that specific browser installed ).


    The upgrade price can be set only for the same actionscript version ( so if you purchased for example the normal as3 version gallery you can update to advanced as3 gallery ) or you can send the price difference directly to paypal [at] flashtuning.net and send us an email at contact [at] flashtuning.net after the payment is done an we’ll send you a download link to the as3 version.


    Best regards,
    Flashtuning



    #  /  PM  /  posted on Sep 29, 2009
  • Aha! I traced the loading problem to the fact that the client had supplied the images, which had been taken on two different cameras and one of them had generated files with .jpg extensions while the other had used .JPG so the xml was looking for all lower case and only finding half of them!
    All loading fine now so thanks again.



    #  /  PM  /  posted on Sep 30, 2009
  • Hi, great component. I’m looking for a XML gallery with scrolling thumbs just as this.
    One question though – is the gallery easily incorporated in other .fla’s?


    Simple may be as drag and drop or is extensive flash knowledge required?



    #  /  PM  /  posted on Oct 27, 2009

1 2 3 4 5 6 7 8

Please login to post comments.