How can I redirect to a URL after a HTML video has ended?

后端 未结 3 1203
一生所求
一生所求 2020-12-10 00:01

I am trying to redirect to a different URL after a html video has ended. This cannot be using a FLASH player as it won\'t work on iOS devices. Any help or direction will be

3条回答
  •  死守一世寂寞
    2020-12-10 00:44

    use window.location.replace('http://www.google.com'); so user dosnt get stuck in back button loops

    
    

提交回复
热议问题