# Sound Problems!Please Help

**URL:** https://forum.kirupa.com/t/sound-problems-please-help/60055
**Category:** Uncategorized
**Created:** [August 6, 2004, 12:26am UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055 "2004-08-06T00:26:46Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ryu\_ninjato](https://avatars.discourse-cdn.com/v4/letter/r/ccd318/32.png) [@ryu\_ninjato](https://forum.kirupa.com/u/ryu_ninjato)
#### Post date: [August 6, 2004, 12:26am UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/1 "2004-08-06T00:26:46Z")

</div>

I have a problem with [COLOR=Red]sounds[/COLOR] in this movie. I have a [COLOR=Red]sounds[/COLOR] file that I would like to play as soon as the movie is loaded, but I dont want it to stream because I want to loop it and I want it to be done with AS. I saw a Tutorial where the [COLOR=Red]sound[/COLOR] would load as soon as the movie started but it wouldn’t play until the play button was pressed. I want the song to play as soon as the [COLOR=Red]sound[/COLOR] is loaded. The Tutorial is [COLOR=Blue]Creating a Volume Control Silder[/COLOR].  
[http://www.kirupa.com/developer/mx/volume\_slider.htm](http://www.kirupa.com/developer/mx/volume_slider.htm)

Thanks for the 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: [August 6, 2004, 4:22am UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/2 "2004-08-06T04:22:20Z")

</div>

[http://www.kirupaforum.com/forums/showthread.php?t=52804](http://www.kirupaforum.com/forums/showthread.php?t=52804)

---

<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: [August 8, 2004, 6:32pm UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/3 "2004-08-08T18:32:33Z")

</div>

First, Thank you so much for all the help on the [COLOR=Red]volume control slider[/COLOR] but I couldn’t see the code on the page that you gave me for the [COLOR=Red]initial volume setting[/COLOR]. If you could just copy and paste them on the thread it would be great!. Also, when I the movie plays the sound begins and the immediately mutes until you click on the slider. I don’t know why.Thanks again for all the 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: [August 9, 2004, 8:18pm UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/4 "2004-08-09T20:18:36Z")

</div>

This is the code:

```auto
onClipEvent (load) {
	mySound = new Sound();
	mySound.loadSound("sound2.mp3", false);
	//set the initial volume
	_root.volume = 70;
	//put the "dragger" movie clip in right position according to the volume
	dragger._x = line._width*_root.volume/100;
}

```

---

<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: [August 10, 2004, 12:51am UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/5 "2004-08-10T00:51:51Z")

</div>

Thank you so much!!! You have no Idea how much that helped! I’ll stay in touch!!

Flashers Unite!!! 🐇 :thumb: :pleased:

---

<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: [August 10, 2004, 3:55am UTC](https://forum.kirupa.com/t/sound-problems-please-help/60055/6 "2004-08-10T03:55:39Z")

</div>

Anytime, ryu. 😉
