# Controlling Sound

**URL:** https://forum.kirupa.com/t/controlling-sound/194673
**Category:** flash
**Created:** [July 25, 2006, 1:47pm UTC](https://forum.kirupa.com/t/controlling-sound/194673 "2006-07-25T13:47:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alpharaven](https://avatars.discourse-cdn.com/v4/letter/a/3bc359/32.png) [@alpharaven](https://forum.kirupa.com/u/alpharaven)
#### Post date: [July 25, 2006, 1:47pm UTC](https://forum.kirupa.com/t/controlling-sound/194673/1 "2006-07-25T13:47:19Z")

</div>

I am loading an external FLV file and I want to control the sound using AS. How will I be able to do this. I have the following code but it controls all the volume for the entire SWF file and thats not what I want. Here is the code.

```auto
var global_sound:Sound = new Sound();
global_sound.setVolume(0);

```

I want to be able to control a particular FLV out of 3 that are being loaded.  
Hope I was Clear enough

🐇
