Sample 6 - Multiple Animations on One Web Page

This example shows the use of the parameter "flashvars" for displaying multiple animations with different configuration files (MyFirstCarouselV2.xml, MySecondCarouselV2.xml) on the same page .
Control and appearance of the 3D Carousel are effected entirely via the XML file 3dcarouselv2.xml (Help File).






Settings in ClickMe.html:

Carousel 1:
- <div id="flashcontent1"></div>

- so.addParam("flashvars", "configfile=configfiles/file1/MyFirstCarouselV2.xml");
- so.write("flashcontent1");

Carousel 2:
- <div id="flashcontent2"></div>

- so.addParam("flashvars", "configfile=configfiles/file2/MySecondCarouselV2.xml");
- so.write("flashcontent2");