Potresti usare questa funzione:
function carica() {
img = new MovieClipLoader();
img.onLoadInit = function() {
_level6._x = 196;
_level6._y = 168;
};
img.loadClip("file.swf", 6);
}