Music

Website Music plays automatically on page load. This is cross browser compatible. Place this code in the <head> of your html document so music starts automatically when the page loads. Your visitor has no choice to hear it or not and there is no option to turn it off. Using the "embed" command makes your music compatible with Netscape.

<embed src="yourmusic.mid">
<noembed> <bgsound src="yourmusic.mid"> </noembed>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To embed music on your website with a shut off button.
You can embed music into your page so it starts automatically when someone views your page and have a small image where your visitor can turn it off.

Place the html music code where you want the button to appear on your page.



<embed src="yourmusic.mid"
width=25 height=25 autostart=false repeat=true loop=true> </embed>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embed music with console.

Instead of the button, you can have a small console with on and off switches on your page such as this one below.


<embed src="yourmusic.mid"
width="140" height="40" autostart="false" loop="FALSE">
</embed>


Music Parameters.
To make the music play automatically the parameter is Autostart="TRUE"
You can put "FALSE" instead of "TRUE" so the person visiting your page will have to click on the play button for it to start.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Auto Play You Tube Videos


Yes, you can autoplay movies! In the "About This Video" section of the video watch page, we give you the source code to embed the video:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/OdT9z-JjtJk"></param><embed src="http://www.youtube.com/v/OdT9z-JjtJk" type="application/x-shockwave-flash" width="425" height="350"></embed></object> 

To make it autoplay, just append "&autoplay=1" after the video ID so it looks like this: 
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/OdT9z-JjtJk&autoplay=1"></param><embed src="http://www.youtube.com/v/OdT9z-JjtJk&autoplay=1" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signatures

<center><a href="http://jwdesignsbyjag.blogspot.com" target= "_blank"><img src="http://i1002.photobucket.com/albums/af145/JokersWild_2010/Logo/DesignedbyJag.png" border="0"></center>

<a style="text-decoration: none" http://jwdesignsbyjag.blogspot.com
<font color="CCCCFF">~~(,, ,, *> Frame Designed by: Jag <*,, ,,)~~</font></a></font></i><font color="#CCCCFF">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Auto Music with no Host (Can not see it on the pg)

 <embed
src="http://www.fileden.com/files/2007/1/15/644004/Island%20Paradise.mp3"autostart="true" loop="true"width="2"
height="0"></embed>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~