Playing music automatically when a page is displayed. Please wait for the music to load! This is How To Post a Midi in Javascript.Can you hear the Good Vibrations? Here is the standard little JAVA script that figures out whether you are using Netscape or Internet Explorer. IE uses the <BGSOUND> while Netscape uses the <EMBED> tag. Here are things to make sure of when installing this: Be careful about your choice of selection. Music means different things to different people. What you consider a nice happy tune, may be the song somebody heard while their spouse asked for a divorce or something. Also keep in mind that it can scare people a bit! Make sure you keep the document.writeln all in one piece. It is a long line, but do not split the line. Test with Netscape. If it does not work, make sure your server is configured for MIME audio/x-midi. In otherwords, tell your system administrator that you want to play music! source <SCRIPT LANGUAGE="JavaScript"> <!--<BR> if(navigator.userAgent.indexOf("MSIE") != -1)<BR> document.writeln ('');<BR> else<BR> document.writeln ('<EMBED src="//bignosebird.com/js/goodvibe.mid" AUTOSTART="true" HIDDEN="true" VOLUME="80%">');<BR> //--><BR> </SCRIPT><BR> <BGSOUND src="//bignosebird.com/js/goodvibe.mid"><BR> *** Make sure you keep the document.writeln all in one piece. It is a long line, but do not split the line.
Please wait for the music to load!
This is How To Post a Midi in Javascript.Can you hear the Good Vibrations?
<SCRIPT LANGUAGE="JavaScript"> <!--<BR> if(navigator.userAgent.indexOf("MSIE") != -1)<BR> document.writeln ('');<BR> else<BR> document.writeln ('<EMBED src="//bignosebird.com/js/goodvibe.mid" AUTOSTART="true" HIDDEN="true" VOLUME="80%">');<BR> //--><BR> </SCRIPT><BR> <BGSOUND src="//bignosebird.com/js/goodvibe.mid"><BR> *** Make sure you keep the document.writeln all in one piece. It is a long line, but do not split the line.
</SCRIPT><BR> <BGSOUND src="//bignosebird.com/js/goodvibe.mid"><BR>
*** Make sure you keep the document.writeln all in one piece. It is a long line, but do not split the line.