change the sound volume of a live stream

Posted by Omu on Stack Overflow See other posts from Stack Overflow or by Omu
Published on 2010-04-20T06:08:35Z Indexed on 2010/04/20 6:13 UTC
Read the original article Hit count: 202

Filed under:
|
|
|

I have something like this:

private var myVideo:Video;
public var videoDisplay:UIComponent;
...
videoDisplay.addChild(myVideo);
...
nsPlay = new NetStream(nc);
nsPlay.addEventListener(NetStatusEvent.NET_STATUS, nsPlayOnStatus);
nsPlay.bufferTime = 0;
nsPlay.play(pro);
myVideo.attachNetStream(nsPlay);

anybody knows how can I change the volume of this stream, I would like to bind the volume to a slider

© Stack Overflow or respective owner

Related posts about adobe

Related posts about flex