I used window.open("http://statics.ddedu.com/public/ebag/video/promotional video.mp4");
But this uses the browser to play the video, the browser The support is not good, how to use H5 video to play the video in the new tab page?
高洛峰2017-05-16 13:31:09
Then you can write a separate page, and the only function of that page is to play videos.
PHP中文网2017-05-16 13:31:09
Add an autoplay attribute to the video tag, and turn on autoplay on the 'autoplay="autoplay"' page.