loadMovie, and goto

Hello, and Happy New Year! :party:

I’m stuck on a pretty simply bit of flash… Can I pick your brains?!

I am loading an external swf file/movieclip onto the main stage - it is a simple transition – and once it has finished playing, I want to jump to a frame in the main stage.

I’m a flash newbie… I’ve loaded the movieclip onto the stage, but don’t know how to jump to another frame after it has played and stopped… Can you tell me what’s needs to be added to this to goto a frame on the main stage…

on (release) {
loadMovie(“black.swf”, holder);
}

Thank you all!!!

Steven