# Load sound

**URL:** https://forum.kirupa.com/t/load-sound/7194
**Category:** Uncategorized
**Created:** [October 25, 2002, 12:12pm UTC](https://forum.kirupa.com/t/load-sound/7194 "2002-10-25T12:12:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![toh](https://avatars.discourse-cdn.com/v4/letter/t/f6c823/32.png) [@toh](https://forum.kirupa.com/u/toh)
#### Post date: [October 25, 2002, 12:12pm UTC](https://forum.kirupa.com/t/load-sound/7194/1 "2002-10-25T12:12:46Z")

</div>

i’ve a mc which has only one frame. i load a mp3(eg,bird sound) which has only a few second externally using below code  
mySound = new Sound();  
mySound.loadSound(“bird.mp3”,true);  
mysound.start();

now, how can i do, so that the sound will repeat again after sometimes(can be randomly), not pressing any button, just like bird chirping randomly.

And also, how can i load another sound (eg, insect sound) and want it to play only after few second,because i don’t want all sounds play at the same time. This sound can also repeating like above case.

notice that all sound must be loaded externally.

Thanks.

---

<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: [October 26, 2002, 7:44pm UTC](https://forum.kirupa.com/t/load-sound/7194/2 "2002-10-26T19:44:54Z")

</div>

nobody reply:\*(  
if anybody have idea, pleassse give me a help.  
thanx!

---

<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: [October 26, 2002, 9:54pm UTC](https://forum.kirupa.com/t/load-sound/7194/3 "2002-10-26T21:54:18Z")

</div>

Do a search on [flashkit.com](http://flashkit.com) for mp3 loadSound.  
You will find what you are looking for.

---

<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: [October 27, 2002, 8:58am UTC](https://forum.kirupa.com/t/load-sound/7194/4 "2002-10-27T08:58:31Z")

</div>

😛 I just answered that question at [as.org](http://as.org) 😛 But it’s true that there’s a VERY good sound tutorial at FK: [http://www.flashkit.com/tutorials/Audio/Flash\_MX-Kenny\_Be-824/](http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/)

pom :cowboy:

---

<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: [October 27, 2002, 5:26pm UTC](https://forum.kirupa.com/t/load-sound/7194/5 "2002-10-27T17:26:58Z")

</div>

Thanx for all the replies, i 'll read through the tutorials.:nerd:
