Loader Bug

I cannot for the life of me imagine why I’m having this problem.

Basically I have a loop. Loop goes through and creates a Loader, eventListener, then loads a file.

When I load only 1, it works fine.
Anything more than 1, for some ODD reason, it “dies” or something, and it goes back to the initialise method of the Document Class. Then it goes through again and it just loops and loops and loops.

I definitely narrowed down the problem to that 1 line

 ActionScript Code:
 [FONT=Courier New][LEFT]temp.[COLOR=#0000ff]load[/COLOR][COLOR=#000000]([/COLOR]requestURL[COLOR=#000000])[/COLOR];

[/LEFT]
[/FONT]

commenting it out is fine.

Any ideas?