loadvariablesNum (Help please!)

I have a problem, prob a small one but for a beginner its a big… :wink:

I have made a flash page that uses

loadMovieNum("fla/mainPlate.swf", 1);

to load a background animation. From that swf file i use


loadMovieNum("fla/about.swf", 2);
loadMovieNum("fla/about2.swf", 3);

to load the content. The problem now is that when i use

 loadVariablesNum("main.asp", "0", "GET");

to get the content text it doesnt work.

If i access the about.swf direct trough the browser it all works but not when i try to access it from the mainPlate.swf…

I think it is something about levels but im not sure…
Can anyone help me with this?