Flash CS3 Documentation |
|||
| Programming ActionScript 3.0 > Working with sound > Playing sounds > Stopping streaming sounds | |||
There is a quirk in the playback process for sounds that are streaming--that is, for sounds that are still loading while they are being played. When your application calls the SoundChannel.stop() method on a SoundChannel instance that is playing back a streaming sound, the sound playback stops for one frame, and then on the next frame, it restarts from the beginning of the sound. This occurs because the sound loading process is still underway. To stop both the loading and the playback of a streaming sound, call the Sound.close() method.
Flash CS3
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00000292.html
Comments
No screen name said on Aug 13, 2007 at 10:56 AM : bobsquirrell said on Sep 18, 2007 at 5:45 AM :