Flash8 Help

Hey ya’ll!

I’m really new to flash and actionscript, so here’s a simple question. I’m trying to externally load a swf at a certain time on the timeline. Right now I am loading it by using an on(release) with buttons, but I need the first to load as the timeline reaches the certain number. I’m using this code for the buttons.

on (release) {
_root.empty.loadMovie(“externalloader1.swf”);
}

I’m not sure if I should use a Load action or what? Any assistance would be much appreciated. Thanks for your time!

  • Erik