PDA

View Full Version : muting NetStream


padone
09-22-2005, 03:48 PM
Hi I am developing an mp3 player that streams through flash comms but for the life of me cant seem to figure out how to mute the volume or even put a volume slider on it.

If anyone out there has the knowledge i would most appreciate it.

:D

shasosa
01-02-2006, 07:37 PM
in same way that you can attach a played stream to a video object to show video part of the stream , you can attach a stream to a movieclip to play and control playing audio part of the stream. it is true that flashPlayer play the sounf of stream automatically but foe give full control on sound part of stream you should attach the stream (by .attachAudio method) to a movieclip. the result of that is a sound oject that you can control it by the methods of sound object in flash.