Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Posts
    3

    Help Mw with Audio

    Please Help me!!!
    I have 17 music on the background audio and I need to play a specific music.
    I would like to play the specific music and after that play the others in sequence.
    How can i do this?
    Sorry for the english. I'm from Brazil.
    Thanks...

  2. #2
    Join Date
    Nov 2006
    Posts
    3

    Please

    Anyone?
    Please!

  3. #3
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    Meaby this can help you:
    Go to Project> Audio and load the files to play in the order who you want to play it.
    Sorry for my english, From Argentina

  4. #4
    Join Date
    Nov 2006
    Posts
    3
    yes, but now i want to play, for exemple, the music 6 first on page 4, and after, play the rest:7, 8, 9, 10....begins with the music 6 on this page.

  5. #5
    Join Date
    Nov 2006
    Location
    Formosa,Argentina
    Posts
    12
    well .. im not a professional ...but meaby this example can help you
    The example is attached in this posts.

    You can do it (but with more sounds) with this simple code in the "On Show" scripts in the page:
    Code:
     -- Stop the current audio playing... --
    Audio.Stop(CHANNEL_NARRATION);
     -- Load the new audio for play
    Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\Sound1.ogg", true, false);
     -- When the other audio ends, with this you load the next audio --
    Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\Sound2.ogg", true, false);
    Good Luck
    Attached Files

Similar Threads

  1. Build failure because of errors
    By Ed Stanley in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 02-07-2006, 03:51 PM
  2. HELP: Trying to create a bookmark for audio
    By Ren in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 09-12-2005, 05:20 AM
  3. Help: Trying to create a bookmark for audio
    By Ren in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 09-09-2005, 01:43 PM
  4. Playing Multiple Audio Files in Sequence
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 6
    Last Post: 08-15-2005, 03:38 PM
  5. audio question
    By mike41 in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 09-03-2004, 02:32 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