0
我有此代碼可以在移動網絡瀏覽器上播放視頻,但不會自動播放。html5視頻不能在手機瀏覽器上播放
任何人都可以建議的方式,使這項工作在Android設備上?
<video id="vidone" name="vidone" autoplay poster="eh5v.files/html5video/testx.jpg" style="width:100%" title="testx" preload='true'>
<source src="eh5v.files/html5video/testx.m4v" />
<source src="eh5v.files/html5video/testx.webm" type="video/webm" />
<source src="eh5v.files/html5video/testx.ogv" type="video/ogg" />
</video>
這適用於普通瀏覽器和手機瀏覽器模擬器,但不是實際的設備上,我曾嘗試多種JavaScript選項,仍然沒有代碼工作。