# Loop problem

**URL:** https://forum.kirupa.com/t/loop-problem/289439
**Category:** Uncategorized
**Created:** [May 30, 2009, 11:18am UTC](https://forum.kirupa.com/t/loop-problem/289439 "2009-05-30T11:18:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mikergee](https://avatars.discourse-cdn.com/v4/letter/m/b782af/32.png) [@mikergee](https://forum.kirupa.com/u/mikergee)
#### Post date: [May 30, 2009, 11:18am UTC](https://forum.kirupa.com/t/loop-problem/289439/1 "2009-05-30T11:18:52Z")

</div>

i want to loop my sound whe it done playing but this code did’t do the trick.  
anyone tell me whats wrong pls… thanks

```auto
var my_sound:Sound = new Sound();
my_sound.loadSound("song.mp3",true);
my_sound.start(0,99);

```

and one more thing. what if i want to add a few more song and loop.
