JavaScript Slide Show

Parent Previous Next

Navigation: Admin > Website Content > Banner Setup


Used in Framework V3.100 and beyond

About the Banner Rotator

How to display a Banner Rotator

<div align="left">

<div id="flashcontent" style="width: 490px;">

       <script type="text/javascript">

var so = new SWFObject("banner/banner.swf", "mymovie", "490", "300", "8");

         so.addVariable("xmlPath", "banner/main/data.xml");// <----You can change the path to the XML file here.

so.addParam("wmode", "transparent");

so.write("flashcontent");

</script>

</div>

</div>


If you have more than one Banner Rotator

<div align="left">

<div id="flashcontent2" style="width: 490px;">

       <script type="text/javascript">

var so = new SWFObject("banner/banner.swf", "mymovie", "490", "300", "8");

         so.addVariable("xmlPath", "banner/second/data.xml");// <----You can change the path to the XML file here.

so.addParam("wmode", "transparent");

so.write("flashcontent2");

</script>

</div>

</div>

How to set up the Banner Rotator

Main

Images