# Loop a streaming mp3s

**URL:** https://forum.kirupa.com/t/loop-a-streaming-mp3s/174269
**Category:** Uncategorized
**Created:** [January 4, 2006, 9:35am UTC](https://forum.kirupa.com/t/loop-a-streaming-mp3s/174269 "2006-01-04T09:35:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![puk](https://avatars.discourse-cdn.com/v4/letter/p/ea5d25/32.png) [@puk](https://forum.kirupa.com/u/puk)
#### Post date: [January 4, 2006, 9:35am UTC](https://forum.kirupa.com/t/loop-a-streaming-mp3s/174269/1 "2006-01-04T09:35:14Z")

</div>

Any idea how to loop a streaming mp3s? Below are the codes I used

if (playing!=true) {  
mySound = new Sound();  
mysound.loadSound(‘song.mp3’, true);  
[//mySound.attachSound](https://mySound.attachSound)(“techno”);  
[//mySound.start](https://mySound.start)(0, 999);  
mySound.start();  
playing = true;  
}
