Can you Position a Loaded Movie?

I did
[AS]loadMovieNum(“blah.swf”, 2);
[/AS]
can i position that movie?
like [AS]_level2._y = “100”[/AS] or something?
thanks!

This script that is right:
[AS]
loadMovieNum(“blah.swf”, 2);
_level2._y = 100
[/AS]

yeah that doesnt work for me, is it possible this is wrong?