How do I make a page jump wait until a wav file is done playing? :confused:
Professional Software Development Tools
How do I make a page jump wait until a wav file is done playing? :confused:
What about using Application.Sleep for the duration of the .wav file. Your application will be unresponsive for that time however. Or you could change it into a mp3 file and use the On Stream End function for the mp3 to do your jump.
There ya go! MP3, I'll do it! Thx Tigg.