# PLEASE HELP : How to make a loaded mp3 sound loop?

**URL:** https://forum.kirupa.com/t/please-help-how-to-make-a-loaded-mp3-sound-loop/84356
**Category:** flash
**Created:** [March 26, 2005, 7:48pm UTC](https://forum.kirupa.com/t/please-help-how-to-make-a-loaded-mp3-sound-loop/84356 "2005-03-26T19:48:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![x\_polar](https://avatars.discourse-cdn.com/v4/letter/x/9dc877/32.png) [@x\_polar](https://forum.kirupa.com/u/x_polar)
#### Post date: [March 26, 2005, 7:48pm UTC](https://forum.kirupa.com/t/please-help-how-to-make-a-loaded-mp3-sound-loop/84356/1 "2005-03-26T19:48:15Z")

</div>

hey every1,

I wanted to know who to make a loaded mp3 song or sound loop, the script which I’m using right now is pretty simple…

on (release) {  
mySound = new Sound();  
mySound.loadSound(“music.mp3”, true);

}
