Return to Snippet

Revision: 33041
at October 5, 2010 13:31 by heathbo


Initial Code
Start Sound
var snd:Sound = new OldPhone();    // OldPhone is the name of the audio file in the library.
var channel:SoundChannel;
channel = snd.play()

Stop Sound
channel.stop();  // stops playing whatever the sound is in that channel

Initial URL

                                

Initial Description

                                

Initial Title
How to Start and Stop Sounds

Initial Tags

                                

Initial Language
ActionScript 3