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
Post a Comment