ActiveDen

ACCORDION Horizontal Vertical Image Text animation

1. Can the slide start with one of the menu options open?

You can see the below code on flash embed code. See the accordion.html file.

so.addVariable(“openSlideNumber”, “2”);

Just change the openSlideNumber value

2. Is it possible that the sliders move to the left side instead of to the right when the autoplay starts?

Inside the accordionMc movie clip On 129 line you see the variable

var reverse:Boolean=false;

just set the variable to true (var reverse:Boolean=true;)

3. Can the button action be changed from rollover to CLICK to activate the pleat change?

Inside the accordionMc movie clip On 92 line you see the variable

var accAniImgClick:Boolean=false;

just set the variable to true (var accAniImgClick:Boolean=true;)

4. How to activate the Text hyper link?

The Text link is only work in the auto play mode.

Just set to autoPlay=true in data.xml file

by
by
by
by
by