美文网首页
Acorn Media Player 基本使用

Acorn Media Player 基本使用

作者: ___大鱼___ | 来源:发表于2019-01-06 20:46 被阅读3次
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Title</title>
        <script src="jquery-2.1.1.min.js"></script>
    
        <link rel="stylesheet" href="AcornMediaPlayer/acornmediaplayer/acornmediaplayer.base.css">
        <link rel="stylesheet" href="AcornMediaPlayer/acornmediaplayer/themes/access/acorn.access.css">
        <link href="AcornMediaPlayer/acornmediaplayer/themes/darkglass/acorn.darkglass.css" rel="stylesheet" type="text/css">
        <link href="AcornMediaPlayer/acornmediaplayer/themes/barebones/acorn.barebones.css" rel="stylesheet" type="text/css">
    
    </head>
    <body>
    <figure>
    
    <video controls="controls" width="800px" height="600px">
        <source src="a.mp4" type="video/mp4">
    
    </video>
    </figure>
    </body>
    <script src="jquery-ui-1.10.0.custom.min.js"></script>
        <script src="modernizr.custom.js"></script>
        <script src="polyfiller.js"></script>
    
    <script src="AcornMediaPlayer/acornmediaplayer/jquery.acornmediaplayer.js"></script>
    <script>
    
       jQuery('video').acornMediaPlayer();
    </script>
    </html>
    
    

    相关文章

      网友评论

          本文标题:Acorn Media Player 基本使用

          本文链接:https://www.haomeiwen.com/subject/mpthlqtx.html