on one of the tutorials to load a movie it teaches you how to load with a button…
[COLOR=blue]but.onPress = function () {
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“loaded.swf”, “container”);
container._x = 150 ;
container._y = 20 ;
}
[/COLOR]
does anyone know how to load it without a button?