Loading Problem

Hi Guys, I’m using this code to load a movie into my index swf
[AS] _root.createEmptyMovieClip(“container”, 1);
loadMovie(“blabla.swf”, “container”);
container._x = 150 ;
container._y = 20 ;[/AS]

That’s going fine, but it won’t open the page until the movie is loaded. I want the page to be loading without caring about the movie clip, coz it has its own loader…

How can I manage that ? Tx

Now, it loads something…