Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    Page wait until wav is over

    How do I make a page jump wait until a wav file is done playing? :confused:

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    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.

  3. #3
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    There ya go! MP3, I'll do it! Thx Tigg.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts