loadMovie specific frame

I use the command loadMovie, can I tell my loaded swf file to start play at a specific frame???

how do I add code to do that?

right now I’ve got:

on (release) {
this.loadMovie(“filename.swf”);
}