Topic: Embed two autoplay galleries in html
Is it possible to embed two autoplay galleries in one html page? I read an answer to a previous post to a similar question, but can't get it to work:
<div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "#000000");
fo.addVariable("xmlURL", "TheNameOfTheXMLForThatGallery.xml");
fo.write("flashcontent");
</script>