Load sound

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.

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

Do a search on flashkit.com for mp3 loadSound.
You will find what you are looking for.

:stuck_out_tongue: I just answered that question at as.org :stuck_out_tongue: 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/

pom :cowboy:

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