Question
volume control of netStream
Hello Guys,
I am playing a video through net stream and its working fine. I can control play, pause, stop etc. But now i would like to control the volume of the video which is playing through net stream. Please check the below code to have a idea what i am doing.
-------------------------------------------------------------------------------------------------
_ns = new NetStream( _nc );
_videoObj.attachNetStream( _ns );
where ...
_nc = net connection
_ns = net stream
_videoObj = video
-------------------------------------------------------------------------------------------------
Thanks,
Amit
I am playing a video through net stream and its working fine. I can control play, pause, stop etc. But now i would like to control the volume of the video which is playing through net stream. Please check the below code to have a idea what i am doing.
-------------------------------------------------------------------------------------------------
_ns = new NetStream( _nc );
_videoObj.attachNetStream( _ns );
where ...
_nc = net connection
_ns = net stream
_videoObj = video
-------------------------------------------------------------------------------------------------
Thanks,
Amit
