Announcement

Collapse
No announcement yet.

Playing a WAV

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Playing a WAV

    Can you play a WAV in a Quit page and once it is done, the app quits??? The Play Synchronus disables all of the other actions but I cant have that happen. I have a URL on the page.


  • #2
    Re: Playing a WAV

    Why can't you use play synchronous?

    What do you mean by saying you "have a URL on the page?"
    --[[ Indigo Rose Software Developer ]]

    Comment


    • #3
      Re: Playing a WAV

      I have an image of a URL that when clicked I would like the URL to come up (Open)

      If I use PLay Synchronous then the action will not occur.

      But I think I figured if I make an AVI that is black and put it on part of my background which is black then all the action will work when the sound is playing

      Comment


      • #4
        Re: Playing a WAV

        Um, so you want to open the URL, play a wav, then exit?

        Just put the "File - Open" action first, and then play the wav file.

        Or...?
        --[[ Indigo Rose Software Developer ]]

        Comment


        • #5
          Re: Playing a WAV

          My project is too big to attach. You hit my button that says exit. That takes you to a credits page. on Page Show I have a WAV playing of someone talking about the company and their contact information. On the page is the company's logo which I would like to be clickable and have the web page pop up. Problem - To get the WAV to play then exit the app when done you have to click play synchronus. If you do that the other actions on the page become useless. They dont work. I tried the AVI route and got it to work. I would rather not do that though.

          Comment


          • #6
            Re: Playing a WAV

            Ah. In that case, I suggest encoding the WAV file as an MP3, and using the MP3 player instead. You can then put your "Application - Exit" action on the MP3 Player's "On Song End" event.

            (If you're playing MP3s at any other times in your project, you'll want to use a variable and an IF block to make sure this only happens when you want it to.)

            Another option might be to use a Media Player Object to play the WAV, but the MP3 route would work better in the long wrong, IMO.
            --[[ Indigo Rose Software Developer ]]

            Comment

            Working...
            X