简单的html页面视频播放器
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>【每天一遍】10分钟脂肪消减训练(男女通用)</title> </head> <body> <!--播放器代码开始--> <!--<video src="media1.mp4" type=""></video>--> <video ishivideo="true" autoplay="true" isrotate="true" autoHide="true" controls="controls"> <source src="media1.mp4" type="video/mp4"> </video> <!--播放器代码结束--> </body> </html>
如需自动播放可以将autoplay="true 改成 autoplay="autoplay