External TXT problem

Hello!

aaaaahhh…I’m making flash weab site… I made it so some buttons will load dynamicly text into text boxes…
Now the problem : I’m using this script for loading :
myData = new LoadVars();
loadText = new LoadVars();
loadText.load(“poslusnost.txt”);
loadText.onLoad = function() {
box.text = this.vsebina;
};
Everything works fine until I upload my page on web server and change path of my file (poslusnost.txt) into the path on the server in my case
http://www.kd-kocevje.all-global.com/poslusnost.txt
The path is wright i know that becouse I tried the path in my web browser and the file is displayed normaly…??:tired: The message from Flash is “undefined”…??