# loadSound doesn't loop?

**URL:** https://forum.kirupa.com/t/loadsound-doesnt-loop/98022
**Category:** Uncategorized
**Created:** [January 2, 2004, 1:21am UTC](https://forum.kirupa.com/t/loadsound-doesnt-loop/98022 "2004-01-02T01:21:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lunatic](https://avatars.discourse-cdn.com/v4/letter/l/73ab20/32.png) [@lunatic](https://forum.kirupa.com/u/lunatic)
#### Post date: [January 2, 2004, 1:21am UTC](https://forum.kirupa.com/t/loadsound-doesnt-loop/98022/1 "2004-01-02T01:21:04Z")

</div>

Can someone please tell me why this doesn’t work? I’m about to go crazy! It’s just supposed to be background music and it plays once then stops. WHY?

[AS]  
backsound = new Sound();  
backsound.loadSound(“sounds/loopy.mp3”, true);  
backsound.onSoundComplete = backsound.start;  
[/AS]

I have also tried backsound.start(0,999); but it doesn’t work either.  
:h:
