Help with loadMovie

Hello,

I have a flash file with a movieclip on the stage - instance name “hold_mc”. Currently I am loading an external swf file (named tester.swf) into this movie clip with the following actionScript:

loadMovie(“tester.swf”, “hold_mc”);

This works fine and once loaded, ‘tester.swf’ begins playing from frame 1.

However… I would like to add some code that lets me specify a frame or better still - a frame label - that “tester.swf” will begin to play from once it is loaded into “hold_mc”. It sounds like it should be relatively straight forward, but after trawling the web for an age I cant seem to find a solution that actually works.

Any help would be greatly appreciated!

John