zoukankan      html  css  js  c++  java
  • flash视频器播放器代码

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <meta name="Copyright" content=/" />
    <meta name="keywords" content="" />
    <meta name="description" content="。" />
    <title>flash视频器播放器代码</title>
    </head>
    
    <body>
    <div align="center">
      <p>
        <script type="text/javascript">
    var swf_width=480
    var swf_height=320
    var texts='IBOX365|www.rfvip.cn|江南MV|魔兽世界-晚安部落'
    var files='ss.flv|东京审判纪录片.flv|ss.flv|http://www.ruochi.com/product/vcastr/flv/晚安部落.flv'
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
    document.write('<param name="movie" value="vcastr.swf"><param name="quality" value="high">');
    document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
    document.write('<param name="FlashVars" value="vcastr_file='+files+'&vcastr_title='+texts+'">');
    document.write('<embed src="vcastr.swf" wmode="opaque" FlashVars="vcastr_file='+files+'&vcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
        </script>
      </p>
      <p>代码整理:<a href="#" target="_blank">  </p>
    
      <p><br>
      </p>
    </div>
    </body>
    </html>
  • 相关阅读:
    SQL Server学习之路:建立数据库、建立表
    tomcat访问的重定向问题
    PAT A1107——并查集
    ^-^
    JSON.parse()和JSON.stringify()的用法
    Android——ViewHolder的作用与用法
    题解-Atcoder_agc005D ~K Perm Counting
    题解-bzoj2560 串珠子
    题解-Codeforces710F String Set Queries
    游记-NOIP2018
  • 原文地址:https://www.cnblogs.com/laopo/p/5160087.html
Copyright © 2011-2022 走看看