# Playing music

**URL:** https://forum.kirupa.com/t/playing-music/56714
**Category:** Uncategorized
**Created:** [July 7, 2004, 1:44am UTC](https://forum.kirupa.com/t/playing-music/56714 "2004-07-07T01:44:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Circles](https://avatars.discourse-cdn.com/v4/letter/c/ce73a5/32.png) [@Circles](https://forum.kirupa.com/u/Circles)
#### Post date: [July 7, 2004, 1:44am UTC](https://forum.kirupa.com/t/playing-music/56714/1 "2004-07-07T01:44:42Z")

</div>

hi guys

I have song playing in a flash site using this action script:

s = new Sound();  
s.loadSound(“youaretheone.mp3”, true);  
s.start();  
s.onSoundComplete = function() {  
s.start();  
}

- I really like how it loads exteranlly but I am wondering if anyone can suggest how I would be able to connect a preloader to it?

or how could have 2 separate songs that instead of just looping it plays the next song.

I looked through the forums and some tutorials(which im sure are great) but when I would try them I couldn’t really get things working

thanks for your help :geek:

---

<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: [July 8, 2004, 7:57pm UTC](https://forum.kirupa.com/t/playing-music/56714/2 "2004-07-08T19:57:14Z")

</div>

if no one can help can you suggest somewhere that i can figure this out?
