How to stop this sound ? :
MySound开发者_如何学Python.play(0,100,null);
play returns a SoundChannel, which has a stop() method.  See Documentation.
Generates a new SoundChannel object to play back the sound. This method returns a SoundChannel object, which you access to stop the sound and to monitor volume.
var soundChannel:SoundChannel = MySound.play(0, 100, null);
...
soundChannel.stop();
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论