Recurity.Swf.AVM1.ActionStopSounds.ActionStopSounds C# (CSharp) Method

ActionStopSounds() public method

Instructs Flash Player to stop playing all sounds
public ActionStopSounds ( ) : System
return System
        public ActionStopSounds()
        {
            _StackOps = new StackChange[ 0 ];
        }
ActionStopSounds