-1
我需要在暫停它之後從頭開始重新開始錄像。有任何想法嗎?如何在幀結束前從頭開始重新開始錄像?
<a-assets>
<video id="myVideo" src="myvideo.mp4"></video>
</a-assets>
<a-videosphere src="#myVideo"></a-videosphere>
document.querySelector('#myVideo').pause();
// Now how to restart?
我不知道如何重置視頻層。
[video-controls](https://github.com/oscarmarinmiro/aframe-video-controls)組件可能是開始的地方。如果你想從JS控制視頻,你可以看看它的代碼尋求幫助。 P.S. downvotes與[如何提問](http://stackoverflow.com/help/how-to-ask)有關,它基本上包含了你嘗試過的內容,遇到的任何錯誤,以及足夠的細節來展示你已經花了一些時間嘗試。 –