Home / Components / Galleries & Slideshows / Advance Auto Play XML Photo Gallery /
Advance Auto Play XML Photo Gallery
49 purchases
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
$15.00
Package includes: FLA, FLA, IMAGES, HTML, XML files
Flash Version: Flash 8, Flash CS3, Flash CS4, FLASH 8+
Viewable with: Flash Player 8
Documentation level: Well documented
Action Script: ActionScript 2.0
Product ID:F0901762
Loading Pictures and thumbs from external folder using XML file.
OPTIONS AVAILABLE IN XML FILE ARE BELOW.
1. You can add Unlimited images or SWF files.
2. You can modify Galley Width, Height and Background Color.
3. You can also modify Thumbs Width, Thumbs Height, Thumbs Spacing, Scroll Speed.
4. Auto play ON/OFF. or Hide Play/Pause Button.
5. Auto play Delay. Slide Speed.
6. You can SHOW or HIDE navigation buttons. Option available in XML file.
KEYWORDS :
autoplay, auto play, photo gallery, dynamic, xml image gallery, banner , rotator, image gallery, resizeable image gallery, slideshow, tabaheee
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$15.00
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 quantatec:
Related components:
Featured components:








































































































26 comments
Add comment
1 2
itaym
I put absolute links and it’s not working.
Joomla editor “clean” scripts but I solve it by using “no editor” and like that it’s save the code like I wrote.
BTW what files do you want to see?
Please help because I have to finish …. my client breathed down my neck
#  /  PM  /  posted on Mar 01, 2010
itaym
The problem solved.
Great support Shahab.
Thank you!!
#  /  PM  /  posted on Mar 02, 2010
itaym
How can I align center images (in case I have small width image) and how can I make the gallery background transparent
#  /  PM  /  posted on Mar 16, 2010
quantatec
Hi itaym,
unfortunately this feature is not included in the gallery. Please email me and I will customize for you, for a small quote.
#  /  PM  /  posted on Mar 16, 2010
itaym
What should I change in FLA to make the last image NOT to scroll back like the way it is now. The idea is to make the last image forward to the first image like you go to the next image.
//————- NEXT IMAGE ————-
//===============================
right_mc.onRelease = function() { if (currentImage>=0 && currentImage<numOfImages-1) { currentImage = currentImage+1; imgMover(-positions[currentImage]); } else { currentImage = 0; imgMover(-positions[currentImage]); } play_pause_mc.timeCounter = 0;
};
#  /  PM  /  posted on Apr 04, 2010
quantatec
@itaym
unfortunately this feature is not included in the galley, programming logic is different. However I can customize it for you. Please email me for a quote.
#  /  PM  /  posted on Apr 06, 2010
1 2