I've got a flash file ("container.swf") which loads a set of swfs(1.swf, 2.swf...) into it from the same directory, relying on variables from a .txt file in the same directory to define how many its supposed to load in.

It works perfectly if everything is in the same directory. It works also when place in a HTML file which sits in the same directory.

But when I place the HTML file in a different directory, even after relinking to the container.swf it doesn't load the externals swfs. The external .swf files only load if they're placed in the same directory as the HTML file, not the container.

Anyone know a solution?