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 (MyFirstGalleryV2.xml, MySecondGalleryV2.xml) on the same page .
Control and appearance of the 3D Gallery are effected entirely via the XML file 3dgalleryv2.xml (Help File).






Settings in ClickMe.html:

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

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

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

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