# Dynamically loading music?

**URL:** https://forum.kirupa.com/t/dynamically-loading-music/6375
**Category:** Uncategorized
**Created:** [October 5, 2002, 8:02pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375 "2002-10-05T20:02:50Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Mac](https://avatars.discourse-cdn.com/v4/letter/m/cc9497/32.png) [@Mac](https://forum.kirupa.com/u/Mac)
#### Post date: [October 5, 2002, 8:02pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/1 "2002-10-05T20:02:50Z")

</div>

I am wondering on how to dynamically load MP3s…so if anyone knows of a tutorial on it or how to do it, it would be greatly appreciated…thanks for any help…🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 5, 2002, 9:24pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/2 "2002-10-05T21:24:40Z")

</div>

i’m just a stranger who wants to know this too, if anyone knows please also tell me how to dynamicly load mpg’s avi’s asf’s or any type of movie files  
thank you:cowboy:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 5, 2002, 9:31pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/3 "2002-10-05T21:31:11Z")

</div>

I have no clue if this actually works or not, but I guess you can give it a try…

```auto
	mySound = new Sound(this);
	mySound.attachSound("file.mp3");
	mySound.start(1, 99);

```

It probably doesn’t, but anything is worth a try. I can’t test it out right now.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 5, 2002, 9:32pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/4 "2002-10-05T21:32:31Z")

</div>

Hey all,  
Ilyas wrote a good tutorial on that not too long ago. You can see the information under “Dynamically Loading MP3 Files” in: [http://www.kirupa.com/developer/mx/loading.asp](http://www.kirupa.com/developer/mx/loading.asp)

Cheers!  
Kirupa :cyclops:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 5, 2002, 9:33pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/5 "2002-10-05T21:33:38Z")

</div>

Excellent, I was looking for that page but your site was down just 2 seconds ago!

PS: Nice shadow effect tutorial

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 6, 2002, 1:17pm UTC](https://forum.kirupa.com/t/dynamically-loading-music/6375/6 "2002-10-06T13:17:50Z")

</div>

Sweet…thanks…I guess I should have checked the tutorial section a little better before I posted…🙂
