# Sound In FLash MX

**URL:** https://forum.kirupa.com/t/sound-in-flash-mx/20168
**Category:** flash
**Created:** [May 6, 2003, 2:01am UTC](https://forum.kirupa.com/t/sound-in-flash-mx/20168 "2003-05-06T02:01:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ndevore007](https://avatars.discourse-cdn.com/v4/letter/n/e19adc/32.png) [@ndevore007](https://forum.kirupa.com/u/ndevore007)
#### Post date: [May 6, 2003, 2:01am UTC](https://forum.kirupa.com/t/sound-in-flash-mx/20168/1 "2003-05-06T02:01:13Z")

</div>

I made several movie clips symbols which contain individual mp3s on a layer. (1 movie clip for each song). My idea was I would put the movie clips in the timeline between frames x and x (x being the frames which I want the sound on) thus eliminating the sound syncing problems I’ve been having. The only problem is I need a way to stop the movie clip and the sound at a certain frame. Right now The sounds keep playing even as the transition sound plays and the next song starts and plays. Any Ideas?

---

<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: [May 6, 2003, 4:37am UTC](https://forum.kirupa.com/t/sound-in-flash-mx/20168/2 "2003-05-06T04:37:33Z")

</div>

You want to stop the movie clips after they played all the frames?

```auto

  stop();

```

Put this script on the last frame of each movie clip.
