Topic: XML Data path problem
I was working on several galleries and wanted to be able to point to different XML files for my different galleries. The problem is when I followed the instructions for customizing they all mentioned:
<param name=FlashVars value="xmlDataPath=my_data/get_data.php">
And this syntax in the embed tag:
FlashVars="xmlDataPath=my_data/get_data.php"
I am looking at their example they now are using after the IE problem (code below) and I can figure out where I should be telling it what XLM document to use?
<div id="flashcontent">SimpleViewer requires Macromedia Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia Flash.</a> If you have Flash installed, <a href="index.php?detectflash=false">click to view gallery</a></div>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer", "800", "600", "6", "#181818");
fo.addParam("scale", "noscale");
fo.write("flashcontent");
</script>