我使用html標籤「embed」在我的頁面中顯示音頻,視頻和圖像,但是當我加載頁面時,視頻和音頻開始播放而不點擊「播放「按鈕。設置autostart="false"
和autostart="0"
沒有幫助。我該如何解決我的問題?一些js/jquery代碼會解決我的問題嗎?也許你知道一些工作的模擬標籤「嵌入」?這是代碼:Html embed tag autostart =「false」在Chrome中不起作用
<embed src="http://localhost:8080/upload/video.mp4" width="300" height="250" autostart="0"> </embed>
發佈您的代碼,因爲我們不能假設相同。 – lshettyl