# LoadMovie(swf) and goto specific scene

**URL:** https://forum.kirupa.com/t/loadmovie-swf-and-goto-specific-scene/150056
**Category:** flash
**Created:** [June 3, 2005, 10:13am UTC](https://forum.kirupa.com/t/loadmovie-swf-and-goto-specific-scene/150056 "2005-06-03T10:13:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![beastie77](https://avatars.discourse-cdn.com/v4/letter/b/9e8a1a/32.png) [@beastie77](https://forum.kirupa.com/u/beastie77)
#### Post date: [June 3, 2005, 10:13am UTC](https://forum.kirupa.com/t/loadmovie-swf-and-goto-specific-scene/150056/1 "2005-06-03T10:13:40Z")

</div>

Hi guys!

Have bit of a prob with flash I know someone out there be able help(. . .Please!)

Creating a projector within flash where I load in separate swfs, using this code:

on (release) {  
loadMovieNum(“1\_droe\_MAIN.swf”, 0);  
}

Prob is 1\_droe\_MAIN.swf has 2 scenes;  
Scene 1: intro  
Scene 2: main

when I load in this swf I want it to go to scene 2: main and not play the intro again.

Can anyone tell me what code I need to add to get this to work? (really appreciate it!)

Thanks
