zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Java多线程的两种实现方式
    Java实现验证码的产生和验证
    web前端对上传的文件进行类型大小判断的js自定义函数
    Java前端Rsa公钥加密,后端Rsa私钥解密(支持字符和中文)
    了解火爆的区块链和比特币
    Java中调用JavaScript方法
    Java读取文件的问题
    SpringBoot热部署简介
    Java使用Jetty实现嵌入式Web服务器及Servlet容器
    『安全工具』目录扫描 DirBuster AND 御剑
  • 原文地址:https://www.cnblogs.com/webdm/p/1891898.html
Copyright © 2011-2022 走看看