当前位置:编程学习 > JS >>

flash 图片切换效果(拖尾模糊)

flash 图片切换效果(拖尾模糊)
一款具有拖尾模糊效果的flash 图片切换源码,喜欢就进来下载吧。

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title></title>
</head>
        <meta http-equiv="content-type" content="text/html; charset=gb2312" />
       
        <script type="text/网页特效" src="js/swfobject.js"></script>
    </head>
   
    <body bgcolor="#000000" style="margin:0;padding:0;" scroll="yes">
   
        <script type="text/javascript">
   // javascript vars
   // cache buster
   var cachebuster = "?t=" + date.parse(new date());  
   // stage dimensions
   var stagew = 560;//"100%";
   var stageh = 350;//"100%";       
       
       
   // attributes
      var attributes = {};
      attributes.id = 'flabellcomponent';
      attributes.name = attributes.id;       
       
   // params
   var params = {};
      params.bgcolor = "#cccccc";
      params.menu = "false";
      params.scale = 'noscale';
      params.wmode = "opaque";
      params.allowfullscreen = "true";
      params.allowscriptaccess = "always";

    
      /* flash vars */
      var flashvars = {};     
   
      flashvars.componentwidth = stagew;
   flashvars.componentheight = stageh;   
   
   flashvars.pathtofiles = "banner/";   
   // path to content xml
   flashvars.xmlpath = "xml/banner.xml" 

   swfobject.embedswf("preview.swf"+cachebuster, attributes.id, stagew, stageh, "9.0.124", "js/expressinstall.swf", flashvars, params);
          
        </script>
    
  <table width="100%" height="100%" cellpadding="0" cellspacing="0">
   <td align="center">
   </td>
  </table>
         
    </body>
   
</html>


源码下载地址
http://down.zzzyk.com/down/code/js/jiaodiantu/2010/1109/21720.html
效果预览地址
http://g.zzzyk.com/javascript/code/20101109/fa

补充:网页制作,js教程 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,