Nice pictures 
1.xml driven ,you can easy edit the xml content to add item or delete item.
2. easy add links or images with xml
2.when mouse rollOut the items,It will auto slideshow
3.all in movieclip, only drag it to the other files,will works.
FAQ
1.change the druation between sliding
only change the “timer” variables on top of actionscript
for example “timer = 2000”.
2.change the move speed
only change the “speed” variables
for example “speed = 8” ,hight value will slide slow.
3. change the image view area
if you add new item from xml, you need change the “imageHeight” or change the swf movie size.
for example imageHeight=100, the image view area will smaller.
4. turn off the auto slideshow:
find 53 line and 83 line “interval” code. the code like this:
interval = setInterval(shownext, timer, this);
delete or add ”//” before the code.
comments have added in fla
My other portfolio: http://www.flashden.net/user/wangruyi
Posted about 1 year ago
how can i change the black and blue radient on the title bar to another color for instance a black and grey radient. Please help, I purchased this file and i want to use it on my website, but the colors don’t go.
Posted about 1 year ago
LOL . Its probably in a movieclip. Make sure you open the colours panel so you can adjust the gradient, not a solid.
Posted about 1 year ago
hi.ralceus
you can press “ctrl+L” and open the library. you will find a symbol named bar in library, double click on it .and you can change the color. of course ,you need press “shift + F9 ” open the color panel.
Posted about 1 year ago
How do I select which image to show by default? I need to open the different menu option on different pages.
Posted 11 months ago
Can you set it so it goes back to scroll from the first slide again after it finishes the last slide?
Posted 5 months ago
@eirehotspur. yes. find the code at line 76 and change it as like this:
function shownext() {
if (current == idArray.length-1) {
current = -1;
}
current = current+uni;
}
will be ok.
Posted 5 months ago
Wang can you put text on either accordion files to appear with each image??
Posted 4 months ago
just a note for mac users: this file is packaged as a .rar so make sure you have something that will extract it
Posted 4 months ago
If you cannot extract it. leave a comment on here and contact me.I will send the zip package to you.
Posted 4 months ago
Hi, great file I could customize it to perfectly fit my needs
just one thing
I’ve changed the getURL to open in the same window
from _blank to _self
but when I do it link functionality stops to work
can you tell me what I’m missing?
tnx
Posted 4 months ago