Question about replacing default XML with flashvars
Hello,
I bought your 2 levels menu purple an green
now iwant to change from .XML in a different page.
In your discrition you say and explain how to do that.
But i won't get it working.
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("../flash/index.swf", "flash", "100%", "100", "0", "#ffffff");
so.addVariable("xml", "../flash/data.xml");
so.write("flashcontent");
// ]]>
</script>
How do i place the flashvars for the other XML? like datatest.xml for example?
I tried to do it like discribed here:
"
The default xml file is data.xml but if you want to send a different name xml, you can use the flashvars attribute for the html object tag, with the variable for the file named xmlFile: <param name=”flashvars” value=”xmlFile=anotherdata.xml” />.
"
Kind regards
Niels de Vries
|