# Load movie in a specific frame

**URL:** https://forum.kirupa.com/t/load-movie-in-a-specific-frame/47145
**Category:** flash
**Created:** [March 31, 2004, 4:24pm UTC](https://forum.kirupa.com/t/load-movie-in-a-specific-frame/47145 "2004-03-31T16:24:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kingato](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@kingato](https://forum.kirupa.com/u/kingato)
#### Post date: [March 31, 2004, 4:24pm UTC](https://forum.kirupa.com/t/load-movie-in-a-specific-frame/47145/1 "2004-03-31T16:24:27Z")

</div>

Noobie here…Simple but I don’t get it

I am loading an external movie and I want it to load an specific frame (start) of that movie right after loading.

I am using this

on (release) {  
loadMovieNum(“details.swf”, 0);  
}

I read about the \_level so I added

on (release) {  
loadMovieNum(“revo details.swf”, 0);  
\_level1.gotoAndPlay(“start”);  
}

But the movie keeps on loading on the first frame, not on the “start” frame

Help here…

Regards!
