i would like an audio file....ocean waves sound file...to play as soon as someone lands on the site....no need for a sound player to be seen. anyone have the html code or know where i can get it? please post your response here for everyone thnx
<HTML> <HEAD> <TITLE> testing </TITLE> </HEAD> <BODY> <BGSOUND SRC="aladdin.mid" ID="changetrack"> <SCRIPT> <!-- setInterval("switchMelody()",30000); function switchMelody(){ if (document.all.changetrack.src == "aladdin.mid") document.all.changetrack.src = "xfiles.mid" else document.all.changetrack.src = "aladdin.mid"; } //--> </SCRIPT> </BODY> </HTML> Similarly, the following HTML code will play the X-files soundtrack five times: <HTML> <HEAD> <TITLE> testing </TITLE> </HEAD> <BODY> <BGSOUND SRC="x.mid" LOOP=5> </BODY> </HTML>
Load mp3 or midi, receive a player code. There is a possibility of play and stop. player code site: muzicons.com