Home / Components / Menus & Navigation / Auto-Scrolling Images Menu /
Auto-Scrolling Images Menu
23 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$5.00
Package includes: FLA
Flash Version: Flash CS3
Viewable with: Flash Player 9
Action Script: ActionScript 2.0
Product ID:F0901463
- Any number of menu items
- Easy Customizable via XML file
Main XML setting:
- interval //Time between thumbs scrolling
Item XML setting:
- pic //Path to big image or SWF
- title //Title, text below thumbs
- link //URL Link
It can be use as standalone part of site or together with your project.
$5.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 |





















![Simple Portfolio/Gallery [XML driven]](http://u1.flashcomponents.net/components/tn/1179_1.png)

3 comments
Add comment
flash_code
nice,cool
#  /  PM  /  posted on Feb 11, 2009
debierman
This is okay as is, but it is impossible to resize the component without screwing up the alignment of images etc. You will spend hours in the code trying to figure out how to do this…I never did figure it out.
#  /  PM  /  posted on Feb 22, 2009
dhunter
to debierman
for change pic size (make it bigger) you need:
configure “item_img”:
change code line on “pic” mc
this._x = ((156/2)-(this._width/2)); 156 it’s width of image
this._y = ((92/2)-(this._height/2)); 92 it’s height of image
customize preloader and bg layers size
change line 51 in “actionscript” layer at root
p = it._x 180; 180 it’s thumb’s width with margin
and change 575 and -50 value in move_right() and move_left() function for correct scrolling
#  /  PM  /  posted on Feb 23, 2009