Sunday, August 22, 2010

How do I put a background music for my blogger?

I want when someone opens my blogger the music would play automatically...i really need help imm.

How do I put a background music for my blogger?
Please read through this





http://www.theedifier.com/blogging-blogg...
Reply:EMBEDDING MUSIC





Sound can be embedded so that the music plays as soon as a web page is opened. You simply need to place appropriate code on your page. For instance, to embed a wav file of a song called "Beautiful Day". you would put the following code into your html coding (this works for various sound files such as mid, wav, mp3, ra, aiff):





%26lt;EMBED SRC="beautifulday.wav" HIDDEN=true AUTOSTART=true%26gt;





%26lt;NOEMBED%26gt;%26lt;BGSOUND SRC="beautifulday.wav"%26gt;%26lt;/NOEMBED%26gt;





Coding a Console:





The above code works well to embed background music, but it does not allow the viewer to control whether to listen to the music or not. If you wish to give them a choice, use the following code:





%26lt;embed src="beautifulday.wav" width="140" height="40" autostart="true" loop="true"%26gt; %26lt;/embed%26gt;








If you do not want the music to loop (play repeatedly) you can change the loop="true" command to "false". You can also customize the size of the control panel that emerges by varying the width and height within the above code.





Make sure you have rights to the music file before you use it!


No comments:

Post a Comment