Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing more than one WAV file
Message
De
27/04/1998 10:02:46
 
 
À
27/04/1998 09:42:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00095112
Message ID:
00095115
Vues:
21
>I need to play a sequence of WAV files.
>
>set bell to "1.wav",0
>?? chr(7)
>set bell to "2.wav",0
>?? chr(7)
>set bell to "3.wav",0
>?? chr(7)
>
>The problem is how can I force the second wav file only plays after the fisrt is completed.

How about putting in a do while that stalls program execution between .wav files.

starttime=seconds()
do while seconds()enddo

All you need to do is add the length of the .wav file to the starttime.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform