Load file into movieclip as soon as homepage is entered?

Hi, Im using this piece of code for my menubuttons:

on (release) {
_root.[color=red]name-of-empty-movieclip[/color].loadMovie("[color=red]name-of-external-flash.[/color]swf");
}

I’m using it to load external flash-movies into an empty movieclip. It all works very well, but I now need an external flashfile to be loaded as soon as you enter the website and not when u push a button. how can I make this work ? help anyone, plz :slight_smile:

regards, soma

umm…take out the on(release) handler and put that code on a frame on the root timeline.