# Movie, to a scene, to a frame?

**URL:** https://forum.kirupa.com/t/movie-to-a-scene-to-a-frame/87101
**Category:** Uncategorized
**Created:** [April 18, 2005, 3:38pm UTC](https://forum.kirupa.com/t/movie-to-a-scene-to-a-frame/87101 "2005-04-18T15:38:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lazyshoes](https://avatars.discourse-cdn.com/v4/letter/l/3ec8ea/32.png) [@lazyshoes](https://forum.kirupa.com/u/lazyshoes)
#### Post date: [April 18, 2005, 3:38pm UTC](https://forum.kirupa.com/t/movie-to-a-scene-to-a-frame/87101/1 "2005-04-18T15:38:11Z")

</div>

Hi hoping someone can help me with this.

What I’m trying to do is to load a swf, and access a particular scene within that movie. But it seems to have problems getting to that scene (a scene named ‘Title’).

I have this code on the timeline, and the button has an instance name ‘button3’.

button3.onRelease = function() {  
loadMovie(“03\_diagrams.swf”, 1);  
gotoAndPlay(“Title”, 1);  
}

Does this code look okay?
