H ave you ever embedded music on your page and it will be choppy, fuzzy, and breaks up at times? Well, if you have you are not alone with this slightly frustrating problem. You want people to open your site and hear good, clear sounding music and not broken static.
D epending on your knowledge of HTML and java scripts, this is a very easy copy and paste code. All you need to do is paste the code into your document and reconfigure it to play your music and thats it. When you look at the code it is very self explanitory on where to insert your URL.
Reconfigurations
//specify FULL path to midi
var musicsrc="Full path to your music.mid"
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
else
document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
A
lso web pages load from the top down and a big mistake people make is to add the embedded music at the bottom of the page. "Wrong". Place the embedded music as high as you can in the <BODY> section of your document as it will load much faster. If you do have any trouble with this feel free to contact us.
[ Get Code Here ]
I f you would like to search for different Midi songs, just use the below search box powered by vanBasco. Your search will open in a new browser window so you do not lose this page.
S
elect the below link and your default email will appear for you to fill out and send this page to your friends.
Search Our Site By Individual letter
[ A ]
[ B ]
[ C ]
[ D ]
[ E ]
[ F ]
[ G ]
[ H ]
[ I ]
[ J-K ]
[ L ] |
Little Tips Directory [ Page 1 ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5 ] [ Page 6 ] [ Page 7 ] |
[ Index Page 1 ]
[ Index Page 2 ]
[ Index Page 3 ]
[ Index Page 4 ]
[ Index Page 5 ] [ Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ] [ Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ] [ News Letter Archives ]
[ Navigation Page ]
[ Archives Of Published Material ] |
If you are part of the ever growing number of webmasters who enjoy
sharing your knowledge with others on web design, join The
Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today
This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.
Copyright © Consigliere Ltd., All Rights Reserved. 2001-