Loading external swf and playing a certain frame on that loaded swf

hi guys, i have a button thats has this action script to load external swfs

on (release) {
loadMovieNum(“introduction.swf”, 1);
}

how do i make this actionscipt to load that external swf and start playing animation on frame 30.

many thanks guys!!