# Can i control my external sound from flv player buttons

**URL:** https://forum.kirupa.com/t/can-i-control-my-external-sound-from-flv-player-buttons/289672
**Category:** Uncategorized
**Created:** [June 3, 2009, 6:22am UTC](https://forum.kirupa.com/t/can-i-control-my-external-sound-from-flv-player-buttons/289672 "2009-06-03T06:22:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeoshamsi](https://avatars.discourse-cdn.com/v4/letter/j/4491bb/32.png) [@jeoshamsi](https://forum.kirupa.com/u/jeoshamsi)
#### Post date: [June 3, 2009, 6:22am UTC](https://forum.kirupa.com/t/can-i-control-my-external-sound-from-flv-player-buttons/289672/1 "2009-06-03T06:22:56Z")

</div>

Hi friends .

I have flv with sound in it. currently i am importing it on my stage and going in PARAMETERS section and doing vol (0), because i have no need for the sound which is in flv right…?

on the other hand i have one sound, Again i am importing it in my library & making some linkage and playing it from this Below Code:

var snd = new Sound();  
snd.attachSound(“mysound”);  
snd.start(0, 10);  
  
 **Question** : Is it possible that i can control MUTE ON and MUTE OFF from flv player button other wise how can i make my SWF in flv format. Your Prompt Reply will helpful for me Thanks. Have a nice Day.
