|
|||
|
Hello,
if I change the name of "settings" xml and" _notes", where do I change the reference to these files in order to make the Carousel work? In my root directory where my index.html is, I have other flash objects with setttings.xml and _notes, already uploaded, so its a conflict of file names, will overwite if I am not careful. OR, please adivse how to run Carousel from its own sub folder in the root directory ( i.e., the website index and html pages are not in this Carousel subfolder, but in the root) . Thank you ! JOhn |
|
|||
|
doubleclick loadSettings.as, you will find there a function like inside it there is "settings.xml".Replace it with your new name
function loadSettingsFromXml(fct) { var obj=new Object(); var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.load("settings.xml"); |