Sample 5 - Multiple animations on one web page

This example shows use of the parameter "flashvars" for displaying multiple animations with different configuration files (MyFirstStack.xml, MySecondStack.xml) on the same web page. (Help File).






Settings in ClickMe.html:
Stack 1
- <div id="flashcontent1"></div>

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

Stack 2
- <div id="flashcontent2"></div>

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