Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2004
    Posts
    6

    WAV file end, then go to next page

    As the title says... I cannot seem to figure this one out. How do you have the application go to the next page after the WAV file is finished playing? PowerPoint does this easily, so I am confused!

    Thank you.

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    How are you loading and playing the Wav file? That will determine how to do the page jump.

    For instance. If you use Audio.Load to load the wav into a channel you can then place this code on the "On Audio" event for the page.

    Code:
    if e_Channel == CHANNEL_USER1 and e_State == "Finish" then
    	Page.Jump("PageName")
    end
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Good one Tig

    Adam.

  4. #4
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    I have to agree Tigg, nice one! Didn't know that.

  5. #5
    Join Date
    Aug 2003
    Posts
    2,427
    So - the fact that there's a change in the audio state fires the event automatically. What a slick'n easy way to do a commentary or sound over - another day, another idea

  6. #6
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Thanks guys.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Similar Threads

  1. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  2. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  3. Initial Wav File - Best Practice ...
    By photoworks in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 04-02-2001, 03:42 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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