2016-08-21 40 views
1

我正在使用此代碼將音頻文件合併到我的網站上,但無論我做什麼,自動播放都始終處於活動狀態。無論我做什麼,都不能禁用自動播放音頻文件

<embed autostart="false" type="audio/mpeg" loop="true" height="35" src="http://prefeitojuninho.com.br/site/wp-content/themes/juninho45/audio/45-sou-eu.mp3"></embed>

我怎樣才能關閉自動播放?

回答

0

在一個函數中運行它,只在你想要播放它時調用該函數。看起來你在全球範圍內擁有它,所以它會自動播放。

0

<video width="340" height="80" controls preload="none"> 
 
    <source src="http://prefeitojuninho.com.br/site/wp-content/themes/juninho45/audio/45-sou-eu.mp3" type="audio/mpeg"> 
 
    Your browser does not support the video tag. 
 
</video>