# Why no sound?

**URL:** https://forum.kirupa.com/t/why-no-sound/154066
**Category:** flash
**Created:** [July 6, 2005, 6:31pm UTC](https://forum.kirupa.com/t/why-no-sound/154066 "2005-07-06T18:31:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bennymartensson](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/bennymartensson/32/1317_2.png) [@bennymartensson](https://forum.kirupa.com/u/bennymartensson)
#### Post date: [July 6, 2005, 6:31pm UTC](https://forum.kirupa.com/t/why-no-sound/154066/1 "2005-07-06T18:31:42Z")

</div>

## I load my swf into \_level40 of my master. The video shows ok but theres no sound. What obvious am I missing here?

var nc:NetConnection = new NetConnection ();  
nc.connect (null);

var ns:NetStream = new NetStream (nc);  
myVideo.attachVideo (ns);

ns.play (“storyboards/images/01/Channel4Pylons.flv”);

## \_root.createEmptyMovieClip (“theSound”, \_root.getNextHighestDepth () ); theSound.attachAudio (ns); var sound:Sound = new Sound (theSound); sound.setVolume (100);
