Ага, new надо. Спасибо.
Добавлено через 23 минуты
Говорит теперь ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
at flash.display::Loader/flash.display:Loader::_load()
at flash.display::Loader/load()
at Gallery_fla::MainTimeline/chang()

Код AS3:
var temp1,temp2:String;
removeChild(l[0].content);
removeChild(l[t].content);
l[0].unload;
l[t].unload;
temp1=l[0].contentLoaderInfo.url;
temp2=l[t].contentLoaderInfo.url;
l[0].load(new URLRequest(temp2));
l[t].load(new URLRequest(temp1));
this.addChild(l[0].content);
this.addChild(l[t].content);
Причем говорит это не про addChild, а про .load