PlaySound Method

PlaySound(wavData As Blob, playAsynchronously As boolean)

PlaySound(Blob wavData, boolean playAsynchronously);

Parameters

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.

Description

Plays the wav encoded in a blob.

Object

SoundPlayer



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.