-
1. Re: Sound in Muse
RoyaltyTech Aug 14, 2012 7:06 PM (in response to Claire Corteville)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 Aug 15, 2012 5:35 AM (in response to RoyaltyTech)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 Aug 16, 2012 2:03 PM (in response to Claire Corteville)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 Jun 19, 2013 3:54 AM (in response to RoyaltyTech)Wow! that is sooo much easier than trying to figure out where to put what edge docs code.
Thank you!!

