Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing more than one WAV file
Message
From
27/04/1998 10:02:46
 
 
To
27/04/1998 09:42:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00095112
Message ID:
00095115
Views:
20
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform