Loading movies automatically

i used the example on this site to load movies…
i using flash mx… but i need to save it as flash 5

on (release) {
set(“f_movie”, eval(“movie” add x));
loadMovie(f_movie, “container”);
}

i worked out how to load them dynamically… form the database…
i was wondering how do i … load it automatically without pressing a button

thankyou

just put the actions into the frame instead of the button

yeah…thats easy enough…lol