我想出了重定向部分(我認為......見下文),但問題是當我返回帶有嵌入視頻的頁面時,它會立即將我傳送到重定向頁面。所以我想如果我可以在重定向發(fā)生之前讓視頻卸載或重置到視頻的開頭,那么我會解決這個問題。想法?<div class="video"><iframe src="https://player.vimeo.com/video/253989945?byline=false&playsinline=0&portrait=false&title=false" frameborder="0" allow="autoplay; fullscreen" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script><script>var iframe = document.querySelector('iframe');var player = new Vimeo.Player(iframe);player.getEnded().then(function(ended) { // `ended` indicates whether the video has ended window.location.replace("http://www.google.com/");});</script>
視頻播放完畢后,如何獲取帶有嵌入式 Vimeo 視頻的頁面以卸載視頻并重定向到另一個頁面?
天涯盡頭無女友
2022-10-21 09:41:18