No on (release), just load! how?

Okay heres the deal clearly:
I have this existing code to work with, But in my case I dont have a button (so no “on (release)”. I just want an external swf to load without anyone clicking anything. I want it to load by itself and without a navcontainer.

Thanx, Joseph aka teamred


on (release) {
	unloadMovie(2);
	loadMovie("fo_champion.swf",2);
}