Sunday 11 October 2009

Add music to your blogspot Blog

Depending on the subject matter of your blog, having music played in the background may either enhance the pleasure of reading or annoy your visitor.
This simple TUT will help you to embed any audio file to your blog.

Now,you would have to decide how you want the music to be played.
This can be doen in two ways:
1.IF u want that a user click on text link and then the music is played then use this :

<a href="URL of music file">Click to hear music file</a>
Remember to enter the URL of music file into the above code
 
2.Music with a console
A music player console with controls of the volume, on and off buttons, would give your visitors a choice on how he wants the music played.
Use This code:

<embed autostart="false" height="40" loop="true" playcount="2" src="URL of music file" width="300"/></embed>


It will look like this:

HINTS:
  • Insert your URL of music file into the code.

  • The width  and The height would depend on your preference and space constraints.

  • The autostart attribute has two options. If you choose "true", the music will automatically play when your page is loaded .The better option is to state it as "false". If the visitor wishes to hear the music, he can click the play button to start the music.

  • The loop attribute indicates whether the music should stop once that particular tune ends
If the attribute is "false", the music ends after it is played once. If it is "true", the music will automatically loop and continue playing until the visitor clicks the stop button or leaves your site

  • You can specify the number of times the music is to be played. In the above example, where playcount="2",

Have any Thought want to give any suggestion???!!!Just reply back

No comments:

Post a Comment