Loading

Hi,
In one folder i have several swfs and a main.swf ,where the others are loaded in. Herefore i use the simple code:
_root.mc.loadMovie(“example.swf”)

My presentation is going to be on a server with dynamic content…
in the Html has to be a global link like:
file://server/bla\presentation\main.swf
using this my main.swf can’t load the others (example.swf)
I just tried to remove this link with just “main.swf” -then it works…
BUT the server has to have this link above…
What did i forget?
I think it has to do with the path in loadMovie…