Problem with .projector file(.swf works fine)

I have a movie where text is loaded in from external file like this:
loadVariables(“kysimused/kysimused1.txt”, vastus_d);
loadVariablesNum(“kysimused/kysimused1.txt”, 2);

All works fine when I’m using flash player, but when im making .exe file. It won’t load the texts. Any idea why?