I load a swf who contains flv video. I try to modify volume of sound but I don't know how do it…
Is there an netStream with soundtransform ?
Any volume property ?
Any idea ?
Regards,
Mathieu B.
actionscript-3audioflashvideo
I load a swf who contains flv video. I try to modify volume of sound but I don't know how do it…
Is there an netStream with soundtransform ?
Any volume property ?
Any idea ?
Regards,
Mathieu B.
Best Solution
The
NetStream
class does have a soundTransform property and theSoundTransform
class does have a volume property.