Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ride two WAVs at once?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Ride two WAVs at once?
Miscellaneous
Thread ID:
01194808
Message ID:
01194808
Views:
75
Hi Everyone,

I know I can play WAV files by doing an API call like so:
declare integer sndPlaySound in winmm.dll string cSoundName, integer nmode
sndPlaySound("c:\windows\media\tada.wav",17)
But if I try to play multiple WAVs at once such as:
declare integer sndPlaySound in winmm.dll string cSoundName, integer nmode
sndPlaySound("c:\windows\media\tada.wav",17)
sndPlaySound("c:\windows\media\chimes.wav",17)
sndPlaySound("c:\windows\media\chord.wav",17)
it only plays one. Is there not a way to play multiple WAVs together at one time or am I doing something wrong?

Thanks!
Kevin Scott
kehvn@carolina.rr.com


Hey! It's not my fault. It's some General named Protection!
Next
Reply
Map
View

Click here to load this message in the networking platform