|
|||
|
I hope you can help me. I'm trying to use the AGS Menu from within our CMS, which means I'm generating the XML dynamically instead of using a flat file. The XML can be referenced by URI such as "http://oursite.com/index.php/xml/test.xml" or by path such as "/index.php/xml/test.xml"
I have tried to use the path in the "main.as" file and the resulting SWF does not work. Should the script work with the XML path shown above? |