zoukankan      html  css  js  c++  java
  • 视频播放插件(二)

    <html><head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <script type="text/javascript" src="../flowplayer-3.2.13.min.js"></script>
        <link rel="stylesheet" type="text/css" href="style.css">
        <title>Minimal Flowplayer setup</title>
    
    </head><body>
    
        <div id="page">
            
            <a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
                 style="display:block;350px;height:330px"  
                 id="player"> 
            </a>
            <script>
                flowplayer("player", "../flowplayer-3.2.18.swf", {
                    clip: {
                    auto:true,
                    autoBuffering: true
                    }
                });
            </script>
        </div>
        
        
    </body></html>
  • 相关阅读:
    [ZJOI2010]count 数字计数
    小雄数
    简单筛法函数
    [Noip模拟题]lucky
    欧拉线筛
    Intern Day78
    CodeForces1360C
    CodeForces1373B
    Intern Day78
    Intern Day78
  • 原文地址:https://www.cnblogs.com/2013likong/p/3581192.html
Copyright © 2011-2022 走看看