Background Music (MP3)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dacic
    Forum Member
    • Jan 2003
    • 3

    Background Music (MP3)

    Please tell me in details ! How to make "background music" for the presentation (mp3). Thank You !
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9741

    #2
    Re: Background Music (MP3)

    Attach an MP3 > LOAD action to your page's onShow event and then simply use an MP3 > PLAY action to start the music...

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • dacic
      Forum Member
      • Jan 2003
      • 3

      #3
      Re: Background Music (MP3)

      I have done this before but "player" is visible ! I need "background music" for the project , not with visible player. Thank You

      Comment

      • Lorne
        Indigo Rose Staff Member
        • Feb 2001
        • 2729

        #4
        Re: Background Music (MP3)

        <ol type="1">[*]Copy the MP3 you want to play into your Distribution folder. You can do this easily by just dragging it onto the Distribution Folder Bar on the main AutoPlay Media Studio screen.[*]Select the Settings item from the Project menu.[*]Click on the Actions tab.[*]Make sure "On Initialize" is selected in the drop-down (it should be selected by default).[*]Find the "MP3" category (it looks like a folder) in the list on the left, and double-click on it.[*]Drag the "Load" action from there onto the action list on the right (the big white space under the word "Command"). The MP3 - Load action properties dialog will appear automatically.[*]Click on the Browse button (located to the right of the "MP3 file to open" field) and select the MP3 file that you copied into your Distrubution folder. (If it isn't there, you didn't copy it yet, or you didn't put it in the right place.)[*]Click OK.[*]Drag the "Play" action from the MP3 category on the left, onto the action list on the right. Make sure it ends up below the "Load" action that you added before.[*]Click OK.[/list=a]
        --[[ Indigo Rose Software Developer ]]

        Comment

        • dacic
          Forum Member
          • Jan 2003
          • 3

          #5
          Re: Background Music (MP3)

          Thank You ! This is much better answer !

          Here is the action :
          ----------------------------------------
          MP3.Load ("%SrcDir%\mp.mp3")
          MP3.Play
          MP3.SetRepeat (TRUE)
          ----------------------------------------

          Comment

          Working...
          X