李空

博客园 首页 新随笔 联系 订阅 管理
<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;width:350px;height:330px"  
             id="player"> 
        </a>
        <script>
            flowplayer("player", "../flowplayer-3.2.18.swf", {
                clip: {
                auto:true,
                autoBuffering: true
                }
            });
        </script>
    </div>
    
    
</body></html>

 

posted on 2014-03-04 21:13  李空  阅读(212)  评论(0编辑  收藏  举报