You can use another filename or path for the xml file. Have a look at the JavaScript that loads the swf in the HTML that comes with the releases.
Among the FlashVars there is one named xmlFile which is the path to the xml file to be loaded.
I also would like to create several books using another filename or path for the megazine.xml file.
I checked the JavaScript that loads the swf in index.html but there is no FlashVar xmlFile !
This is witten there: swfobject.embedSWF"megazine/megazine.swf", "megazine", "1000", "850", "9.0.115", "swfobject/expressInstall.swf", null, {bgcolor : "#333333", allowFullscreen : "true"}, {
id : "megazine"});
Do I have to change the
id to use a different name for the megazine.xml file ?
Thank you for this great application !