XML file loading using relative path

Brief: Loading an xml file for use in dynamic menu. Using xml.load(“file.xml”); Viewing online embedded within an HTML the dynamic menus do not display.

My question is then, do the dynamic menus not display because the flash file is downloaded into a temporary directory and run from there, so that when it looks for file.xml it looks within the current (temporary) directory and does not find it? As oppose to the current (online) directory and finding it?

Is there a way to make the browser download the xml file into the temporary directory aswell so that the dynamic menu’s always work?

Any help would be appreciated!