_level for loadMovie

good day

i have tried to do loadMovieNum for another swf file in level

i did this code

[AS]on (release){
loadMovieNum(“b.swf”,1)
_level1._x=200;
_level1._y=100;
};
[/AS]

now this code did not load to the new settings which is 200 and 100

is is possible to load it in that way WITH OUT MENTIONING LOADING IT IN TARGET MOVIE CLIP ONLY ON _LEVEL?

thank you for your help