Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
| |
|
If you type this.
<EMBED SRC="http://yourmusic url.here"AUTOSTART="true" LOOP="true" HIDDEN="FALSE" WIDTH=70 HEIGHT=46></EMBED> This is what you will get. (Blowing in the Wind 13.4KB) The sound will start automatically when the page opens and will play continuously until it is stopped. Notice! I have it set so that it will only play one time on this page. | |
|
If you type this.
<EMBED SRC="http://yourmusic url.here"AUTOSTART="false" LOOP="true" HIDDEN="FALSE" WIDTH=70 HEIGHT=46></EMBED> This is what you will get. (Amazing Grace 11.5KB) The sound will NOT start automatically. You will need to press start and then it will play continuously until it is stopped. EXCEPT If desired, replace the true after LOOP= with false and the sound will play one time and stop,like the example below. | |
|
Type this:
<EMBED SRC="http://yourmusic url.here"AUTOSTART="FALSE" LOOP="FALSE" HIDDEN="FALSE" WIDTH=70 HEIGHT=46></EMBED> And get this: (The Lion Sleeps Tonight 8.5KB) The sound will NOT start automatically. You will need to press start and then it will play one time and stop. | |
|
If you type this.
<bgsound src="http://yourmusic url.here" loop="infinite"> Embedding this into your page will cause it to begin playing when the page opens, and play in an endless loop and there will be no control showing on your page. | |
|
If you type this.
<bgsound src="http://yourmusic url.here" loop="false"> Embedding this into your page will cause it to begin playing when the page opens, and play one time and there will be no control showing on your page. | |
|
Type this:
<A HREF="http://yourmusic url.here">Click Here</A> And get this: Click Here (Yellow Pokadot Bikini 17.9KB) This is a simple sound link that you click on. | |
|
Type this:
<A HREF="http://yourmusic url.here"><img src="Your gif URL here" border=0 alt="Play Sound"></A> And get this:
(Irish Lullaby 7.38KB) This is a simple sound link, using a image to click on. |