# Getting blip of sound from previous netstream video

**URL:** https://forum.kirupa.com/t/getting-blip-of-sound-from-previous-netstream-video/289426
**Category:** flash
**Created:** [May 30, 2009, 4:03am UTC](https://forum.kirupa.com/t/getting-blip-of-sound-from-previous-netstream-video/289426 "2009-05-30T04:03:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dragonfly](https://avatars.discourse-cdn.com/v4/letter/d/8e8cbc/32.png) [@dragonfly](https://forum.kirupa.com/u/dragonfly)
#### Post date: [May 30, 2009, 4:03am UTC](https://forum.kirupa.com/t/getting-blip-of-sound-from-previous-netstream-video/289426/1 "2009-05-30T04:03:06Z")

</div>

Hi.

I am trying to figure out why a small bit of the sound is heard from a previous video loaded via netstream. I am loading h264 mp4 files, locally.

I’m stopping and hiding the previous video with:

```auto
stream_ns.pause();
stream_ns.seek(0);
video.visible= false;

```

Please show me the light 😉

[EDIT] I did find a work around by starting a timer when the video starts to turn the volume to 1 from 0 (set in my video stop function) after a second. This works, but I’m wondering if I’m missing a more standard approach.
