Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ride two WAVs at once?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Ride two WAVs at once?
Divers
Thread ID:
01194808
Message ID:
01194808
Vues:
73
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform