Dynamic vertical accordion with auto slideshow
FEATURE
- xml driven ,you can easy edit the xml content for add item or delete item.
- you can easy add links or images from external xml file
- auto slideshow with two different directions.when mouse over it will stop auto sliedshow.
- all that in a movieclip, only drag it to the you other fla file,it will works.easy to use
FAQ
- change the duration between sliding
you only need change the “timer” variables on top of actionscript
for example “timer = 2000”. - change the move speed
you only need change the “speed” variables
for example “speed = 8” ,hight value will be slide slower. - change the image view area
if you want to add a 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. - * turn off the auto slideshow
find 53 line and 83 line “interval” code. this line code like this:
interval = setInterval(shownext, timer, this);
delete or add ”//” before this line code.comments added in fla
My Portfolio:
New Files
flash website template
Dynamic image or video gallery
Dynamic news with xml
Dynamic Text scroll with easing
Dynamic xml scroll with easing
Dynamic Auto slideshow
menu and button
other*

































































