I don’t know how/if this is possible: SWF#A runs on localhost. SWF#A (as3.0) loads SWF#B (as2.0). SWF#B internal loads config.txt from the same folder as SWF#B is positioned in. SWF#B is developed by an external company, I can’t change any code here. The problem is that I recieve an error reporting that external swfs can’t load local files. Therefor I think that SWF#B is loading the .txt through an file://-path, pointing relative to the same folder as SW#B. Any suggestions how I work around this problem?