Sample 7 - Multiple Animations on One Web Page

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






Settings in ClickMe.html:

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

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

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

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