<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta charset="UTF-8"> <meta name="Keywords" content=""> <meta name="description" content=""> <title></title> <!-- Chang URLs to wherever Video.js files will be hosted --> <link href="css/video-js.css" rel="stylesheet" type="text/css"> <link href="css/product-detailzc.css" rel="stylesheet" type="text/css"> <!-- video.js must be in the <head> for older IEs to work. --> <script type="text/javascript" src="js/video.js"></script> </head> <body> <div class="p-detail_con"> <div class="p-detail_con2"> <div class="p-detail_con2l"> <div style="width:675px;height:445px;margin:30px auto"> <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="445" poster="images/oceans-clip.png" data-setup="{}"> <source src="images/n930.mp4" type=http://www.likecs.com/\'video/mp4\' /> <track kind="captions" src="demo.captions.vtt" srclang="en" label="English"></track> <!-- Tracks need an ending tag thanks to IE9 --> <track kind="subtitles" src="demo.captions.vtt" srclang="en" label="English"></track> <!-- Tracks need an ending tag thanks to IE9 --> </video> </div> </div> </div> </div> </body> </html>
js视频播放器
内容版权声明:除非注明,否则皆为本站原创文章。