Play x frames then load movie

Hello, I am trying to load a movie without using a frame script. Basically I have the below AS to load the movie (which works fine)

However I want to play frames “40-47” then load home.swf.

I understand I could have it just goto and play frame 40 with a load home.swf frame script on frame 47. But this does not work for what I am trying.

on (release) {
this._parent.content.loadMovie(“home.swf”);
}

any ideas? thanx… :slight_smile: