Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビデオがフルスクリーンモードで再生されているときにシークイベントをキャプチャする方法はありますか?
オーディオストリームとビデオストリームを別々に実行していますが、位置の変更を求めるときにオーディオとビデオを同期する必要があります。
timeupdateイベントを使用できます。
video.addEventListener("timeupdate", function(){ //do some magic here… })