# Sound works ... then it doesn't

**URL:** https://forum.kirupa.com/t/sound-works-then-it-doesnt/257504
**Category:** flash
**Created:** [April 14, 2008, 7:59pm UTC](https://forum.kirupa.com/t/sound-works-then-it-doesnt/257504 "2008-04-14T19:59:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dexa\_007](https://avatars.discourse-cdn.com/v4/letter/d/f17d59/32.png) [@dexa\_007](https://forum.kirupa.com/u/dexa_007)
#### Post date: [April 14, 2008, 7:59pm UTC](https://forum.kirupa.com/t/sound-works-then-it-doesnt/257504/1 "2008-04-14T19:59:47Z")

</div>

Friends,

I’m using buttons to start and stop a song file. All works well until I stop the sound and later try to start it again. Problem: Sound doesn’t play again after it’s been stopped.

* * *

## on (release) { stopAllSounds(); Sound = new Sound(this); Sound.attachSound(“song”); Sound.start(0, 999); \_root.RightReel.gotoAndPlay(2); \_root.LeftReel.gotoAndPlay(2); \_root.RightVU.gotoAndPlay(2); \_root.LeftVU.gotoAndPlay(2); }

If I hit REFRESH, I’m good until I hit STOP. Same issue arises.

All helpful input appreciated!

j
