• Flash+JS打造鼠标移上去显示缩略图的焦点图_网页代码站(www.webdm.cn)


    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2  <html xmlns="http://www.w3.org/1999/xhtml">
    3  <head>
    4 <title>Flash+JS打造鼠标移上去显示缩略图的焦点图_网页代码站(www.webdm.cn)</title>
    5 <script type="text/javascript" src="http://www.webdm.cn/images/20101020/4/sohuflash_1.js"></script>
    6 </head>
    7 <body style="text-align:center">
    8
    9 <div id="flashcontent01"></div>
    10
    11 <script type="text/javascript">
    12 // <![CDATA[
    13 var pics='http://www.webdm.cn/images/20101020/4/01.jpg|http://www.webdm.cn/images/20101020/4/02.jpg|
    14
    15 http://www.webdm.cn/images/20101020/4/03.jpg|http://www.webdm.cn/images/20101020/4/04.jpg|http://www.webdm.cn/images/20101020/4/05.jpg';
    16
    17 var spics='http://www.webdm.cn/images/20101020/4/1.jpg|http://www.webdm.cn/images/20101020/4/2.jpg|http://www.webdm.cn/images/20101020/4/3.jpg|
    18
    19 http://www.webdm.cn/images/20101020/4/4.jpg|http://www.webdm.cn/images/20101020/4/5.jpg';
    20 var mylinks='http://www.webdm.cn/|http://www.webdm.cn/|http://www.webdm.cn/|http://www.webdm.cn/|http://www.webdm.cn/';
    21 var texts='曾轶可|董洁|戴佩妮|性感男士|好莱坞街拍';
    22
    23 var sohuFlash2 = new sohuFlash("http://www.webdm.cn/images/20101020/4/ent_kkkk.swf", "sohuFlashID01", "685", "290", "7");
    24 sohuFlash2.addParam("quality", "high");
    25 sohuFlash2.addParam("wmode", "transparent");
    26 sohuFlash2.addParam("wmode", "opaque");
    27 sohuFlash2.addParam("salign", "t");
    28 sohuFlash2.addVariable("p",pics);
    29 sohuFlash2.addVariable("p_s",spics);
    30 sohuFlash2.addVariable("l",mylinks);
    31 sohuFlash2.addVariable("icon",texts);
    32 sohuFlash2.write("flashcontent01");
    33
    34 // ]]>
    35 </script>
    36 <br />
    37 <p><a href="http://www.webdm.cn">网页代码站</a> - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码!</p>
    38 <p></p>
    39 </body>
    40 </html>
    41
    42

    文章来自:http://www.webdm.cn/webcode/b74837dc-a43e-4adb-b793-bc64c1f49c2a.html

  • 相关阅读:
    STL杂记
    python实现进度条
    python socket 传输文件
    python实现生产者消费者模型
    python之线程和进程(并发编程)
    进程与线程
    python常用模块二正则表达式
    Python中的库使用之一 PIL
    Vmware中Ubuntu的各种问题
    Python当中的正则表达式支持!
  • 原文地址:https://www.cnblogs.com/webdm/p/1891898.html
Copyright © 2020-2023  润新知