ActiveDen

BANNER / SLIDESHOW with smooth text animation

How to completely remove all navigations?

Just set the tuumbnails=”no” and buttonAutoPosition=”no” in data.xml file

Is there a way to get a white or black transparent background for the text?

Inside the bannerMc movie clip, near the “Text Animation” coding

You just set the variable var textBgAlpha:Number = .5 on 1158th line.

on 1159th line you can set the text background color using the textBgColor variable (var textBgColor = “0×000000”)

is there a way to slow down the text animation appear?

Inside the bannerMc movie clip, you see the “Text Animation” coding line number 1153, you see the variable textdelay (var textdelay:Number = 0;) just change the value as per you need

Which variable in the AS to change so there is less of a delay between the image fade and the text fades in?

Inside the bannerMc movie clip, you see the “Text Animation” coding line number 1153, you can see the variable ImageTextdelay (var ImageTextdelay:Number = 10;) just change the value as per you need.

How to point the xml file to a different folder and fix the caching?

Just send the path of the xml file using below code (see the index.html file)

so.addVariable(“dataPath”, “banner_asset/data.xml”);

For caching just use the below code

var ran= Math.random()*100;

so.addVariable(“dataPath”, “banner_asset/data.xml?a=”+ran);

Banner covered my html menu when it pops up. How to make the flash file always go on the bottom?

Just add the below code near the so.addParam(“menu”, “false”); in html file

so.addParam(“wmode”, “transparent”);

by
by
by
by
by