Xmlurl problem with loading into level

Hi, I have a problem with adding FlashVars to an very old project - the data from txt.txt is loaded into textfields …
The last few “commented” rows are working test - they works and displays the data, but if I try to loadMovie(xmlurl, 0); there’s no result …

if (xmlurl.length>0) {    
    loadMovie(xmlurl, 0);
    loadVariablesNum("txt.txt", 0);
    _root.bg.loadMovie("flash/bg.swf");
} else {
    loadMovie("flash/main.swf", 0);
    _root.bg.loadMovie("flash/bg.swf");
/*    loadMovie("A-03.swf", 0);

    loadVariablesNum("txt.txt", 0);*/

}