I'm using, unsuccessfully, these two lines of code to load an external .swf file called bag.swf and have it start on the frame "trunk":
on (release) {
loadMovieNum("/site/flash/bag.swf", 5);
_level5.gotoAndStop("trunk");
}
Any suggestions are appreciated.