4 Replies Latest reply: Jun 19, 2013 3:54 AM by waltepa RSS

    Sound in Muse

    Claire Corteville Community Member

      Hello all

       

      Is that possible to insert sound in Muse ?

      I didn't find it 

       

      Thanks in advance for your response

       

      a++

        • 1. Re: Sound in Muse
          RoyaltyTech Community Member

          It is possible I belive. I'm actually about to work on my next site with Muse that will include background music.

           

          <embed name="MUSIC-NAME-HERE" src="/MUSIC/EXAMPLE.mp3" loop="false" hidden="true" autostart="true">

           

          ^Above should work.

           

          1. Object

          2. Insert HTML

          3. Paste Code

           

          MUSIC NAME HERE = song title

          SRC Area = .mp3 or .wav location. Let me know if this works.

          • 2. Re: Sound in Muse
            Claire Corteville Community Member

            Hello

             

            Thanks a lot for your response

            I will try and keep you informed.

            Maybe in a few days because I don't have much time at the moment

             

            a++

            • 3. Re: Sound in Muse
              Claire Corteville Community Member

              Hello Royaltytech

               

              I tried what you said and it works almost

              I put .mp3 file in the site folder on the server and I've just changed a little bit your code

               

              This is mine and it works :

               

              <embed src="harley.mp3" autostart="true" loop="false" hidden="true"></embed>

               

              harley.mp3 is the name of my file

               

              Thanks a lot because of you, I found the right code

               

              Regards

              • 4. Re: Sound in Muse
                waltepa Community Member

                Wow!  that is sooo much easier than trying to figure out where to put what edge docs code.

                Thank you!!