HTML5 Video to play after AJAX page load

前端 未结 4 1672
轮回少年
轮回少年 2021-01-21 07:58

I am struggling to get an HTML5 video to play when arriving at the page via an AJAX request.

If you refresh the page, or land directly on the page, it works fine. But wh

4条回答
  •  再見小時候
    2021-01-21 08:26

    Potentially it's a syntax error, because you seem to have some PHP leaking into the HTML in the form of '; ?> at the end of the poster and src attributes.

提交回复
热议问题