Quote:
Originally Posted by AnotherJacob
yes i have googled it, i just thought maybe a vBulletin version of something like this was made : http://googlesystem.blogspot.com/200...r-website.html
It's totaly optionaly to click play or not, it won't play automaticly. The thing is that i think vBulletin has a special design over it, and adding stuff from like the link here makes it look more amateurish (if that's a word? lol).
|
You can have it play everytime the page loads by adding this code to your header template
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
if(navigator.userAgent.indexOf("MSIE") != -1)
document.writeln ('');
else
document.writeln ('<EMBED SRC="Mysong.mp3" AUTOSTART="true" HIDDEN="true" VOLUME="80%">');
//-->
</SCRIPT>
<BGSOUND SRC="Mysong.mp3">