# loadMovie and go to specific frame

**URL:** https://forum.kirupa.com/t/loadmovie-and-go-to-specific-frame/143627
**Category:** Uncategorized
**Created:** [April 7, 2005, 2:48pm UTC](https://forum.kirupa.com/t/loadmovie-and-go-to-specific-frame/143627 "2005-04-07T14:48:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![palex](https://avatars.discourse-cdn.com/v4/letter/p/7ea924/32.png) [@palex](https://forum.kirupa.com/u/palex)
#### Post date: [April 7, 2005, 2:48pm UTC](https://forum.kirupa.com/t/loadmovie-and-go-to-specific-frame/143627/1 "2005-04-07T14:48:06Z")

</div>

Need some help on loading a movie.

I want to load an external swf (which I can do), but just need to loadMovie (let say on \_level2) and go to a specific frame (name) other than starting in beginning of movie.

(I have multiple btns and depending on what btn they click, it’ll go to a specific frame of the loaded movie). This is what I have so far…

on (release){  
loadMovie (“name.swf”, 2);  
}

Thanks!
