Yes, it should be possible.
In the module configurations you would add by "optional params":
base=pathtoxml (using / as directory seperator)
Example:
optional params:
"base" specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie. This attribute is helpful when your Flash Player movies are kept in a different directory from your other files.
Now your xml-file should be placed in images/flash
For example: images/flash/menu.xml
From flash you would open it with for example like this:
| Code: |
menuXML.load("menu.xml");
|