html - audio autoplay:false not working in chrome -


i made audio bar in dreamweaver way:

<div class="audiobar"><embed src="../../../../public/music/sample music/kalimba.mp3"  width="300" height="50" autoplay="false" controller="true"></embed></div> 

the autoplay false function working in firefox doesn't play before hit play button. in chrome still plays when page done loading.

what do wrong?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -