Code:
Could anyone explain to me why the xml+swf don't work when in different directory (it works but i would like to know what makes the html being a problem) i always thought that swf was doing it's job independently of the html code?
It would work as long as the paths are referenced correctly. Anything referenced within the SWF file should have file paths relative to that file. Anything referenced within your HTML page, should be referenced relatively to the HTML page. The easy way around this is to always use absolute paths.
Bookmarks