Loading problem

Hello. I have a problem. Here is my script:

a = setInterval(as, 1000);
function as() {
loadVariablesNum(“http://www.fteam.puslapiai.lt/macas.txt”, 0, “GET”);
}

but .txt file loads only then the page is refreshed, but I want that when the swf is loaded, every 10 s. macas.txt be loaded. Any ideas?