MyBB Community Forums

Full Version: Background Music !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HOW to add music autoplay on index ???
Thanks
Check this... http://www.thesitewizard.com/webdesign/b...usic.shtml

I would highly discourage adding background music. This is a very obnoxious thing to do and you will loose 90% of your visitors this way...
IN MYBB
You can place the code in the header template.
It's not run
Would you like to provide a link so we can check why?
i install on localhost

Found problem ! I must install Quicktime

Big GrinBig GrinBig GrinBig GrinBig GrinBig Grin
I would echo the advice to not autoplay any sound or video on a web page. Please show the controls for the user to start or stop the sound / video.
(2014-07-24, 03:26 PM)laie_techie Wrote: [ -> ]I would echo the advice to not autoplay any sound or video on a web page. Please show the controls for the user to start or stop the sound / video.
<audio controls>
  <source src="a.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>