|
|
PlaySound(wavData As Blob, playAsynchronously As boolean)
PlaySound(Blob wavData, boolean playAsynchronously);
| name | type | description | ||
| wavData | Blob | The wav data. This should be identical to the wav file format. | ||
| playAsynchronously | boolean | (default=true) If false, the call will wait until the sound has finished playing before returning. |
Plays the wav encoded in a blob.
We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.