# How can i repeat the sound?

**URL:** https://forum.kirupa.com/t/how-can-i-repeat-the-sound/229742
**Category:** Uncategorized
**Created:** [June 19, 2007, 9:04pm UTC](https://forum.kirupa.com/t/how-can-i-repeat-the-sound/229742 "2007-06-19T21:04:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![charmander](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@charmander](https://forum.kirupa.com/u/charmander)
#### Post date: [June 19, 2007, 9:04pm UTC](https://forum.kirupa.com/t/how-can-i-repeat-the-sound/229742/1 "2007-06-19T21:04:48Z")

</div>

i use this code to attach a sound to my project

> var my\_sound:Sound = new Sound();  
> my\_sound.loadSound(“data/music1.mp3”,true);

how can i repeat the sound?, what must i do?  
and what actions i must use to stop this sound? not all sounds, but one i chose  
thank you guys
