- Home
·
- Sound/MP3
·
- Plays a WAV file the easiest way. Nine lines of easy code.
Plays a WAV file the easiest way. Nine lines of easy code.
Plays a WAV file the easiest way. Nine lines of easy code.
API Declarations
Const SND_SYNC = &H0
Const SND_ASYNC = &H1
Const SND_NODEFAULT = &H2
Const SND_LOOP = &H8
Const SND_NOSTOP = &H10
Rate Plays a WAV file the easiest way. Nine lines of easy code.
(2(2 Vote))
wFlags% = SND_ASYNC Or SND_NODEFAULT
x% = sndPlaySound(SoundFile$, wFlags%)
Plays a WAV file the easiest way. Nine lines of easy code. Comments
No comments yet — be the first to post one!
Post a Comment