# Stoping movie clip after loaded

**URL:** https://forum.kirupa.com/t/stoping-movie-clip-after-loaded/172402
**Category:** Uncategorized
**Created:** [December 14, 2005, 12:04am UTC](https://forum.kirupa.com/t/stoping-movie-clip-after-loaded/172402 "2005-12-14T00:04:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![clem\_c\_rock](https://avatars.discourse-cdn.com/v4/letter/c/c6cbf5/32.png) [@clem\_c\_rock](https://forum.kirupa.com/u/clem_c_rock)
#### Post date: [December 14, 2005, 12:04am UTC](https://forum.kirupa.com/t/stoping-movie-clip-after-loaded/172402/1 "2005-12-14T00:04:05Z")

</div>

Hello,

```
 This seems to be a straightforward problem but I can't seem to get this to work.

```

I’m trying to load a movie and stop it when it’s fully loaded.

Right now, when I load a movie it automatically starts playing after it’s fully loaded.

Here’s the code I’m using:

\_root.media\_clip.loadMovie( “movie\_to\_load.swf” );  
\_root.media\_clip.gotoAndStop(1);
