# How to stop a movie

**URL:** https://forum.kirupa.com/t/how-to-stop-a-movie/5162
**Category:** flash
**Created:** [September 3, 2002, 12:37pm UTC](https://forum.kirupa.com/t/how-to-stop-a-movie/5162 "2002-09-03T12:37:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![3ghosts](https://avatars.discourse-cdn.com/v4/letter/3/bc8723/32.png) [@3ghosts](https://forum.kirupa.com/u/3ghosts)
#### Post date: [September 3, 2002, 12:37pm UTC](https://forum.kirupa.com/t/how-to-stop-a-movie/5162/1 "2002-09-03T12:37:59Z")

</div>

i don’t know how to let a movie stop

[http://www.3ghosts.cjb.net](http://www.3ghosts.cjb.net)  
that’s my movie and in the end there comes a button up and i want the visitor to have al the time of the world to click on it without the movie starts to play again:(

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 3, 2002, 12:40pm UTC](https://forum.kirupa.com/t/how-to-stop-a-movie/5162/2 "2002-09-03T12:40:25Z")

</div>

right click on the frame where you want it to stop and choose actions (copy and oaste the following code

```auto

stop();

```

it’s as easy as that 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 3, 2002, 12:51pm UTC](https://forum.kirupa.com/t/how-to-stop-a-movie/5162/3 "2002-09-03T12:51:36Z")

</div>

thanx
