External movies

im using the following tutorial:
http://www.kirupa.com/developer/mx/preloader_transition.htm

but i have another buttons that i want to go to a specific frame in one of the external movies but i dont know the actionscript for it. can someone help?

Thnx,
Brendan Smith

well you want something like this:

_root.section.gotoAndPlay(“FRAME #”);

better yet use a label rather than a frame number, more precise and more efficient in the long run.