Hi all!

Well, my problem is pretty simple but still complex
Im loading textfiles displaying on a newspage.
I got this project handed over to me from an other developer who quit on our
company so im not that very familiar with the code.

The problem
When i load the the textfiles with a compleete url from the webserver they
display alright.
If i load them locally they dont show at all, the swf file finds them alright
and so on.

The code
When loading externaly...
loadVariables("http://www.myserver.com/news/news00.txt", "nyheter.nyhet_00");

When loading local...
loadVariables("news/news00.txt", "nyheter.nyhet_00");

-----------------------------------

Have i missed a course in "local loading of textfiles". If i upload the files
to another webserver and accesses them from its location there they still wont
display :?

Im greatful for any help!

// eric