HTML embed autoplay=“false”, but still plays automatically

后端 未结 8 1510
情深已故
情深已故 2020-11-30 11:25

On the front page of this website, there is a sticky post titled \"National Radio Advertising Campaign ForACURE\" which contains the following HTML:



        
8条回答
  •  粉色の甜心
    2020-11-30 12:04

    This will prevent browser from auto playing audio.

    HTML

    
    

    jQuery

    $('#audio').attr("src","path_to_audio.wav");
    $('#audio').play();
    

提交回复
热议问题